Uses of Class
org.drinkless.tdlib.TdApi.KeyboardButtonSource
Packages that use TdApi.KeyboardButtonSource
-
Uses of TdApi.KeyboardButtonSource in org.drinkless.tdlib
Subclasses of TdApi.KeyboardButtonSource in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe button is from a bot's message.static classThe button is a prepared keyboard button from a Mini App received via getPreparedKeyboardButton.Fields in org.drinkless.tdlib declared as TdApi.KeyboardButtonSourceModifier and TypeFieldDescriptionTdApi.ShareChatWithBot.sourceSource of the button.TdApi.ShareUsersWithBot.sourceSource of the button.Constructors in org.drinkless.tdlib with parameters of type TdApi.KeyboardButtonSourceModifierConstructorDescriptionShareChatWithBot(TdApi.KeyboardButtonSource source, int buttonId, long sharedChatId, boolean onlyCheck) Creates a function, which shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot.ShareUsersWithBot(TdApi.KeyboardButtonSource source, int buttonId, long[] sharedUserIds, boolean onlyCheck) Creates a function, which shares users after pressing a keyboardButtonTypeRequestUsers button with the bot.