Package org.drinkless.tdlib
Class TdApi.TargetChatTypes
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TargetChatTypes
- Enclosing class:
- TdApi
Describes allowed types for the target chat.
-
Field Summary
FieldsModifier 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
ConstructorsConstructorDescriptionDescribes allowed types for the target chat.TargetChatTypes
(boolean allowUserChats, boolean allowBotChats, boolean allowGroupChats, boolean allowChannelChats) Describes allowed types for the target chat. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
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
-
TargetChatTypes
public TargetChatTypes()Describes allowed types for the target chat. -
TargetChatTypes
public TargetChatTypes(boolean allowUserChats, boolean allowBotChats, boolean allowGroupChats, boolean allowChannelChats) Describes allowed types for the target chat.- 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.
-
-
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
-