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 TypeFieldDescriptionbooleanTrue, if private chats with other bots are allowed.booleanTrue, if channel chats are allowed.booleanTrue, if basic group and supergroup chats are allowed.booleanTrue, if private chats with ordinary users are allowed.static final intIdentifier 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 TypeMethodDescriptionintReturns 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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-