C# (CSharp) NetTelebot Namespace

Nested Namespaces

NetTelebot.Commands
NetTelebot.Tests

Classes

Name Description
AudioInfo This object represents an audio file (voice note).
ContactInfo This object represents a phone contact.
DocumentInfo This object represents a general file (as opposed to photos and audio files).
ExistingFile This object represents the identifier of the file on Telegram servers
ForceReplyMarkup Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot‘s message and tapped ’Reply').
GetUpdatesResult When calling GetUpdates method on TelegramBotClient, this object will be returned.
GetUserProfilePhotosResult When calling GetUserProfilePhotos method on TelegramBotClient class, this object will be returned.
LocationInfo This object represents a point on the map.
MeInfo When caling GetMe method on TelegramBotClient class, this object will be returned.
MessageInfo This object represents a message.
NewFile This object represents the contents of a file to be uploaded.
PhotoSizeInfo This object represents one size of a photo or a file / sticker thumbnail.
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
ReplyKeyboardMarkup This object represents a custom keyboard with reply options
StickerInfo This object represents a sticker.
TelegramUpdateEventArgs
UpdateInfo Represents an incoming message to your bot.
UserInfo This object represents a Telegram user or bot.
UserProfilePhotosInfo This object represent a user's profile pictures.
UtilityExtensions
VideoInfo This object represents a video file.