Package org.drinkless.tdlib
Class TdApi.BusinessRecipients
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.BusinessRecipients
- Enclosing class:
- TdApi
Describes private chats chosen for automatic interaction with a business.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong[]Identifiers of selected private chats.static final intIdentifier uniquely determining type of the object.long[]Identifiers of private chats that are always excluded; for businessConnectedBot only.booleanIf true, then all private chats except the selected are chosen.booleanTrue, if all private chats with contacts are selected.booleanTrue, if all existing private chats are selected.booleanTrue, if all new private chats are selected.booleanTrue, if all private chats with non-contacts are selected. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes private chats chosen for automatic interaction with a business.BusinessRecipients(long[] chatIds, long[] excludedChatIds, boolean selectExistingChats, boolean selectNewChats, boolean selectContacts, boolean selectNonContacts, boolean excludeSelected) Describes private chats chosen for automatic interaction with a business. -
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
-
chatIds
public long[] chatIdsIdentifiers of selected private chats. -
excludedChatIds
public long[] excludedChatIdsIdentifiers of private chats that are always excluded; for businessConnectedBot only. -
selectExistingChats
public boolean selectExistingChatsTrue, if all existing private chats are selected. -
selectNewChats
public boolean selectNewChatsTrue, if all new private chats are selected. -
selectContacts
public boolean selectContactsTrue, if all private chats with contacts are selected. -
selectNonContacts
public boolean selectNonContactsTrue, if all private chats with non-contacts are selected. -
excludeSelected
public boolean excludeSelectedIf true, then all private chats except the selected are chosen. Otherwise, only the selected chats are chosen. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
BusinessRecipients
public BusinessRecipients()Describes private chats chosen for automatic interaction with a business. -
BusinessRecipients
public BusinessRecipients(long[] chatIds, long[] excludedChatIds, boolean selectExistingChats, boolean selectNewChats, boolean selectContacts, boolean selectNonContacts, boolean excludeSelected) Describes private chats chosen for automatic interaction with a business.- Parameters:
chatIds- Identifiers of selected private chats.excludedChatIds- Identifiers of private chats that are always excluded; for businessConnectedBot only.selectExistingChats- True, if all existing private chats are selected.selectNewChats- True, if all new private chats are selected.selectContacts- True, if all private chats with contacts are selected.selectNonContacts- True, if all private chats with non-contacts are selected.excludeSelected- If true, then all private chats except the selected are chosen. Otherwise, only the selected chats are chosen.
-
-
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
-