MessageActionSuggestedPostApproval class
Message Action Suggested Post Approval.
ID: ee7a1596.
- Inheritance
-
- Object
- TlObject
- TlConstructor
- MessageActionBase
- MessageActionSuggestedPostApproval
Constructors
- MessageActionSuggestedPostApproval({required bool rejected, required bool balanceTooLow, String? rejectComment, DateTime? scheduleDate, StarsAmountBase? price})
-
Message Action Suggested Post Approval constructor.
const
- MessageActionSuggestedPostApproval.deserialize(BinaryReader reader)
-
Deserialize.
factory
Properties
- balanceTooLow → bool
-
balance_too_low: bit 1 of flags.1?true
final
- flags → int
-
Flags.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- price → StarsAmountBase?
-
Price.
final
- rejectComment → String?
-
Reject Comment.
final
- rejected → bool
-
rejected: bit 0 of flags.0?true
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduleDate → DateTime?
-
Schedule Date.
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