C# Class SanderVantEinde.TelegramBot.ReplyLocation

Inheritance: TelegramBotReply
Afficher le fichier Open project: sandervanteinde/TelegramBot

Méthodes publiques

Méthode Description
ReplyLocation ( int chatId, float latitude, float longitude ) : System

Méthodes protégées

Méthode Description
SendReply ( TelegramBot bot ) : Task

Method Details

ReplyLocation() public méthode

public ReplyLocation ( int chatId, float latitude, float longitude ) : System
chatId int
latitude float
longitude float
Résultat System

SendReply() protected méthode

protected SendReply ( TelegramBot bot ) : Task
bot TelegramBot
Résultat Task