InputBusinessRecipients class
Input Business Recipients.
ID: 6f8b32aa.
- Inheritance
-
- Object
- TlObject
- TlConstructor
- InputBusinessRecipientsBase
- InputBusinessRecipients
Constructors
-
InputBusinessRecipients({required bool existingChats, required bool newChats, required bool contacts, required bool nonContacts, required bool excludeSelected, List<
InputUserBase> ? users}) -
Input Business Recipients constructor.
const
- InputBusinessRecipients.deserialize(BinaryReader reader)
-
Deserialize.
factory
Properties
- contacts → bool
-
contacts: bit 2 of flags.2?true
final
- excludeSelected → bool
-
exclude_selected: bit 5 of flags.5?true
final
- existingChats → bool
-
existing_chats: bit 0 of flags.0?true
final
- flags → int
-
Flags.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- newChats → bool
-
new_chats: bit 1 of flags.1?true
final
- nonContacts → bool
-
non_contacts: bit 3 of flags.3?true
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
users
→ List<
InputUserBase> ? -
Users.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
List< int> buffer) → void -
Serialize.
override
-
toJson(
) → Map< String, dynamic> -
Converts an object to JSON.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited