C# Class SanderVantEinde.TelegramBot.ReplyLocation

Inheritance: TelegramBotReply
Mostrar archivo Open project: sandervanteinde/TelegramBot

Public Methods

Method Description
ReplyLocation ( int chatId, float latitude, float longitude ) : System

Protected Methods

Method Description
SendReply ( TelegramBot bot ) : Task

Method Details

ReplyLocation() public method

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

SendReply() protected method

protected SendReply ( TelegramBot bot ) : Task
bot TelegramBot
return Task