Uses of Class
org.drinkless.tdlib.TdApi.AttachmentMenuBotColor
Packages that use TdApi.AttachmentMenuBotColor
-
Uses of TdApi.AttachmentMenuBotColor in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.AttachmentMenuBotColorModifier and TypeFieldDescriptionTdApi.AttachmentMenuBot.iconColor
Color to highlight selected icon of the bot if appropriate; may be null.TdApi.AttachmentMenuBot.nameColor
Color to highlight selected name of the bot if appropriate; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.AttachmentMenuBotColorModifierConstructorDescriptionAttachmentMenuBot
(long botUserId, boolean supportsSelfChat, boolean supportsUserChats, boolean supportsBotChats, boolean supportsGroupChats, boolean supportsChannelChats, boolean requestWriteAccess, boolean isAdded, boolean showInAttachmentMenu, boolean showInSideMenu, boolean showDisclaimerInSideMenu, String name, TdApi.AttachmentMenuBotColor nameColor, TdApi.File defaultIcon, TdApi.File iosStaticIcon, TdApi.File iosAnimatedIcon, TdApi.File iosSideMenuIcon, TdApi.File androidIcon, TdApi.File androidSideMenuIcon, TdApi.File macosIcon, TdApi.File macosSideMenuIcon, TdApi.AttachmentMenuBotColor iconColor, TdApi.File webAppPlaceholder) Represents a bot, which can be added to attachment or side menu.