Uses of Class
org.drinkless.tdlib.TdApi.TargetChat
Packages that use TdApi.TargetChat
-
Uses of TdApi.TargetChat in org.drinkless.tdlib
Subclasses of TdApi.TargetChat in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The chat needs to be chosen by the user among chats of the specified types.static class
The currently opened chat and forum topic must be kept.static class
The chat needs to be open with the provided internal link.Fields in org.drinkless.tdlib declared as TdApi.TargetChatModifier and TypeFieldDescriptionTdApi.InlineKeyboardButtonTypeSwitchInline.targetChat
Target chat from which to send the inline query.TdApi.InternalLinkTypeAttachmentMenuBot.targetChat
Target chat to be opened.Constructors in org.drinkless.tdlib with parameters of type TdApi.TargetChatModifierConstructorDescriptionInlineKeyboardButtonTypeSwitchInline
(String query, TdApi.TargetChat targetChat) A button that forces an inline query to the bot to be inserted in the input field.InternalLinkTypeAttachmentMenuBot
(TdApi.TargetChat targetChat, String botUsername, String url) The link is a link to an attachment menu bot to be opened in the specified or a chosen chat.