java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BusinessRecipients
- Enclosing class:
- TdApi
Describes private chats chosen for automatic interaction with a
business.
-
Field Summary
Modifier and TypeFieldDescriptionlong[]
Identifiers of selected private chats.static final int
Identifier uniquely determining type of the object.boolean
If true, then all private chats except the selected are chosen.boolean
True, if all private chats with contacts are selected.boolean
True, if all existing private chats are selected.boolean
True, if all new private chats are selected.boolean
True, if all private chats with non-contacts are selected. -
Constructor Summary
ConstructorDescriptionDescribes private chats chosen for automatic interaction with a business.BusinessRecipients
(long[] chatIds, boolean selectExistingChats, boolean selectNewChats, boolean selectContacts, boolean selectNonContacts, boolean excludeSelected) Describes private chats chosen for automatic interaction with a business.BusinessRecipients
(DataInput input) Describes private chats chosen for automatic interaction with a business. -
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
-
chatIds
public long[] chatIdsIdentifiers of selected private chats. -
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, 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.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.
-
BusinessRecipients
Describes private chats chosen for automatic interaction with a business.- 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()
-