# Classes

BPT\types\userProfilePhotos

This object represent a user's profile pictures.
Read more

BPT\types\file

This object represents a file ready to be downloaded. The file can be downloaded via the link https://api.telegram.org/file/bot/. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile.
Read more

BPT\types\webAppInfo

Describes a Web App.
Read more

BPT\types\replyKeyboardMarkup

This object represents a custom keyboard with reply options (see Introduction to bots for details and examples).
Read more

BPT\types\keyboardButton

This object represents one button of the reply keyboard. For simple text buttons, String can be used instead of this object to specify the button text. The optional fields web_app, request_user, request_chat, request_contact, request_location, and request_poll are mutually exclusive.
Read more

BPT\types\keyboardButtonRequestUser

This object defines the criteria used to request a suitable user. The identifier of the selected user will be shared with the bot when the corresponding button is pressed.
Read more

BPT\types\keyboardButtonRequestChat

This object defines the criteria used to request a suitable chat. The identifier of the selected chat will be shared with the bot when the corresponding button is pressed.
Read more

BPT\types\keyboardButtonPollType

This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.
Read more

BPT\types\replyKeyboardRemove

Upon receiving a message with this object, Telegram clients will remove 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 (see ReplyKeyboardMarkup).
Read more

BPT\types\inlineKeyboardMarkup

This object represents an inline keyboard that appears right next to the message it belongs to.
Read more
56789