MessageReplyContext class
- Inheritance
- Object
- Context
- MessageReplyContext
Constructors
-
MessageReplyContext(VK vk, Map<
String, dynamic> update)
Properties
-
attachments
→ List<
Map< String, dynamic> > -
read-only
- chatId → double
-
read-only
- conversationMessageId → int
-
read-only
- createdAt → int
-
read-only
- editedAt → int
-
read-only
- eventEmail → String
-
read-only
- eventMemberId → int
-
read-only
- eventText → String
-
read-only
- eventType → String
-
read-only
-
forwards
→ List<
Map< String, dynamic> > -
read-only
- hasForwards → bool
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hasMessagePayload → bool
-
read-only
- hasReplyMessage → bool
-
read-only
- hasText → bool
-
read-only
- id → int
-
read-only
- isChat → bool
-
read-only
- isDM → bool
-
read-only
- isFromGroup → bool
-
read-only
- isFromUser → bool
-
read-only
- isGroup → bool
-
read-only
- isHidden → bool
-
read-only
- isImportant → bool
-
read-only
- isInbox → bool
-
read-only
- isOutbox → bool
-
read-only
- isUser → bool
-
read-only
-
messagePayload
→ Map<
String, dynamic> -
read-only
- peerId → int
-
read-only
- randomId → int
-
read-only
- referralSource → String
-
read-only
- referralValue → String
-
read-only
-
replyMessage
→ Map<
String, dynamic> -
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- senderId → int
-
read-only
- text → String
-
read-only
Methods
-
deleteChatPhoto(
) → Future - Removes the chat photo
-
deleteMessage(
[List< int> ids = const []]) → Future - Deletes the message [...]
-
editMessageText(
String message, [Map< String, dynamic> params]) → Future - Edits a message text [...]
-
hasAttachments(
) → bool -
inviteUser(
[int id]) → Future - Invites a new user [...]
-
isType(
String type) → bool -
inherited
-
kickUser(
[int id]) → Future - Excludes user from chat [...]
-
markAsImportant(
[List< int> ids = const []]) → Future - Marks messages as important or removes a mark [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
pinMessage(
) → Future - Pins a message
-
renameChat(
String title) → Future - Renames the chat [...]
-
restoreMessage(
) → Future - Restores the message
-
send(
String message, [Map< String, dynamic> params]) → Future - Sends a message to the current dialog [...]
-
sendSticker(
int id) → Future - Sends sticker by ID [...]
-
setActivity(
[String type = 'typing']) → Future - Changes the status of typing in the dialog [...]
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
unpinMessage(
) → Future - Unpins a message
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
-
operator [](
String key) → dynamic