Uses of Class
org.drinkless.tdlib.TdApi.BotVerificationParameters
Packages that use TdApi.BotVerificationParameters
-
Uses of TdApi.BotVerificationParameters in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BotVerificationParametersModifier and TypeFieldDescriptionTdApi.BotInfo.verificationParameters
Parameters of the verification that can be provided by the bot; may be null if none or the current user isn't the owner of the bot.Constructors in org.drinkless.tdlib with parameters of type TdApi.BotVerificationParametersModifierConstructorDescriptionBotInfo
(String shortDescription, String description, TdApi.Photo photo, TdApi.Animation animation, TdApi.BotMenuButton menuButton, TdApi.BotCommand[] commands, String privacyPolicyUrl, TdApi.ChatAdministratorRights defaultGroupAdministratorRights, TdApi.ChatAdministratorRights defaultChannelAdministratorRights, TdApi.AffiliateProgramInfo affiliateProgram, int webAppBackgroundLightColor, int webAppBackgroundDarkColor, int webAppHeaderLightColor, int webAppHeaderDarkColor, TdApi.BotVerificationParameters verificationParameters, boolean canGetRevenueStatistics, boolean canManageEmojiStatus, boolean hasMediaPreviews, TdApi.InternalLinkType editCommandsLink, TdApi.InternalLinkType editDescriptionLink, TdApi.InternalLinkType editDescriptionMediaLink, TdApi.InternalLinkType editSettingsLink) Contains information about a bot.