Uses of Class
org.drinkless.tdlib.TdApi.TargetChatTypes
Packages that use TdApi.TargetChatTypes
-
Uses of TdApi.TargetChatTypes in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.TargetChatTypesModifier and TypeFieldDescriptionTdApi.PreparedInlineMessage.chatTypes
Types of the chats to which the message can be sent.TdApi.SavePreparedInlineMessage.chatTypes
Types of the chats to which the message can be sent.TdApi.TargetChatChosen.types
Allowed types for the chat.Constructors in org.drinkless.tdlib with parameters of type TdApi.TargetChatTypesModifierConstructorDescriptionPreparedInlineMessage
(long inlineQueryId, TdApi.InlineQueryResult result, TdApi.TargetChatTypes chatTypes) Represents a ready to send inline message.SavePreparedInlineMessage
(long userId, TdApi.InputInlineQueryResult result, TdApi.TargetChatTypes chatTypes) Creates a function, which saves an inline message to be sent by the given user; for bots only.The chat needs to be chosen by the user among chats of the specified types.