VkDartCommentUpdate class

Event model comment.

See:

Inheritance

Constructors

VkDartCommentUpdate(VkDartUpdate update)

Properties

accessKey String?
Attachment access key.
no setterinherited
attachments List<AttachmentModel>
Media commentary attachments (photos, links, etc.). See https://dev.vk.com/ru/reference/objects/comment#attachments
no setterinherited
attachType String
Attachment type.
finalinherited
createdAt int
The date the comment was created in Unixtime format.
no setterinherited
deleterId int?
The ID of the user who deleted the comment.
no setter
donutPlacholder String?
a stub for users who have not subscribed to VK Donut.
no setterinherited
fromId int
The ID of the comment author.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int
Attachment ID.
no setterinherited
isBoardComment bool
Check is board comment.
no setter
isDon bool?
is the commentator a VK Donut subscriber.
no setterinherited
isGroup bool
Is the sender a group
no setter
isMarketComment bool
Check is market comment.
no setter
isNew bool
Check is new comment
no setter
isPhotoComment bool
Check is photo comment.
no setter
isReplyToComment bool?
The ID of the comment that the current one was left in response to (if applicable).
no setterinherited
isReplyToUser bool?
The ID of the user or community to whom the current comment was left in response (if applicable).
no setterinherited
isThreadCanPost bool?
can the current user leave comments in this thread.
no setterinherited
isThreadGroupsCanPost bool?
can communities leave comments in the thread?
no setterinherited
isThreadShowReplyButton bool?
do I need to display the reply button in the branch
no setterinherited
isUser bool
Is the sender a user.
no setter
isVideoComment bool
Check is video comment.
no setter
isWallComment bool
Check is wall comment.
no setter
objectId int
Object ID.
no setter
ownerId int
Owner Id
no setteroverride
parentsStack List<int>?
An array of IDs of parent comments.
no setterinherited
payload Map<String, dynamic>
Payload.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
The text of the comment.
no setterinherited
threadCount int?
the number of comments in the thread.
no setterinherited
threadItems List<WallReplyAttachmentModel>?
an array of objects for comments on a record (only for the wall.getComments method).
no setterinherited
update VkDartUpdate
final

Methods

checkBoolInProperty(String key) bool?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited