C# 클래스 SanderVantEinde.TelegramBot.ReplyLocation

상속: TelegramBotReply
파일 보기 프로젝트 열기: sandervanteinde/TelegramBot

공개 메소드들

메소드 설명
ReplyLocation ( int chatId, float latitude, float longitude ) : System

보호된 메소드들

메소드 설명
SendReply ( TelegramBot bot ) : Task

메소드 상세

ReplyLocation() 공개 메소드

public ReplyLocation ( int chatId, float latitude, float longitude ) : System
chatId int
latitude float
longitude float
리턴 System

SendReply() 보호된 메소드

protected SendReply ( TelegramBot bot ) : Task
bot TelegramBot
리턴 Task