java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TargetChat
it.tdlight.jni.TdApi.TargetChatChosen
- Enclosing class:
- TdApi
The chat needs to be chosen by the user among chats of the specified
types.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
True, if private chats with other bots are allowed.boolean
True, if channel chats are allowed.boolean
True, if basic group and supergroup chats are allowed.boolean
True, if private chats with ordinary users are allowed.static final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorDescriptionThe chat needs to be chosen by the user among chats of the specified types.TargetChatChosen
(boolean allowUserChats, boolean allowBotChats, boolean allowGroupChats, boolean allowChannelChats) The chat needs to be chosen by the user among chats of the specified types.TargetChatChosen
(DataInput input) The chat needs to be chosen by the user among chats of the specified types. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
allowUserChats
public boolean allowUserChatsTrue, if private chats with ordinary users are allowed. -
allowBotChats
public boolean allowBotChatsTrue, if private chats with other bots are allowed. -
allowGroupChats
public boolean allowGroupChatsTrue, if basic group and supergroup chats are allowed. -
allowChannelChats
public boolean allowChannelChatsTrue, if channel chats are allowed. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TargetChatChosen
public TargetChatChosen()The chat needs to be chosen by the user among chats of the specified types. -
TargetChatChosen
public TargetChatChosen(boolean allowUserChats, boolean allowBotChats, boolean allowGroupChats, boolean allowChannelChats) The chat needs to be chosen by the user among chats of the specified types.- Parameters:
allowUserChats
- True, if private chats with ordinary users are allowed.allowBotChats
- True, if private chats with other bots are allowed.allowGroupChats
- True, if basic group and supergroup chats are allowed.allowChannelChats
- True, if channel chats are allowed.
-
TargetChatChosen
The chat needs to be chosen by the user among chats of the specified types.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-