ProcessingEvent_DidSend class
Notifies the app that the message was sent to the network.
- Inheritance
- Object
- TonSdkStructure
- ProcessingEvent
- ProcessingEvent_DidSend
Constructors
- ProcessingEvent_DidSend({@required String shard_block_id, @required String message_id, @required String message})
-
ProcessingEvent_DidSend.fromMap(Map<
String, dynamic> map)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited