C# Class NetTelebot.ReplyKeyboardHideMarkup

Upon receiving a message with this object, Telegram clients will hide the current custom keyboard and display the default letter-keyboard. By default, custom keyboards are displayed until a new keyboard is sent by a bot. An exception is made for one-time keyboards that are hidden immediately after the user presses a button
Inheritance: IReplyMarkup
Afficher le fichier Open project: themehrdad/NetTelebot

Méthodes publiques

Méthode Description
GetJson ( ) : string
ReplyKeyboardHideMarkup ( ) : System

Method Details

GetJson() public méthode

public GetJson ( ) : string
Résultat string

ReplyKeyboardHideMarkup() public méthode

public ReplyKeyboardHideMarkup ( ) : System
Résultat System