VkDartGroupChangeUpdate class

Constructors

VkDartGroupChangeUpdate(VkDartUpdate update)

Properties

adminId int?
The ID of the supervisor who made the changes.
no setter
changeAccess → (Object, Object)?
Changing the group type.
no setter
changeAgeLimits → (Object, Object)?
Changing the age restrictions.
no setter
changeAudio → (Object, Object)?
Change audio.
no setter
changeCategoryV2 → (Object, Object)?
Change category v2.
no setter
changeCityId → (Object, Object)?
Change city ID.
no setter
changeDescription → (Object, Object)?
Description change.
no setter
changeDocs → (Object, Object)?
Change docs.
no setter
changeEnableAudio → (Object, Object)?
Changing access to the audio section.
no setter
changeEnableMarket → (Object, Object)?
Changing access to the market section.
no setter
changeEnablePhoto → (Object, Object)?
Changing access to the photos section.
no setter
changeEnableStatusDefault → (Object, Object)?
no setter
changeEnableVideo → (Object, Object)?
Changing access to the video section.
no setter
changeEventGroupId → (Object, Object)?
Change event group ID.
no setter
changePhotos → (Object, Object)?
Change photo.
no setter
changePublicCategory → (Object, Object)?
Сhanging the categories of the public page.
no setter
changePublicSubcategory → (Object, Object)?
Сhanging the subcategory of the public page.
no setter
changes Map<String, dynamic>?
See https://dev.vk.com/ru/api/community-events/json-schema#group_change_settings
no setter
changeScreenName → (Object, Object)?
Changing the short address of the group.
no setter
changeTitle → (Object, Object)?
Title change.
no setter
changeTopics → (Object, Object)?
Change topics.
no setter
changeVideo → (Object, Object)?
Change video.
no setter
changeWebsite → (Object, Object)?
Changing the website.
no setter
hashCode int
The hash code for this object.
no setterinherited
isEdit bool
Check is group edit.
no setter
isPhoto bool
Check is group change photo.
no setter
isSettings bool
Check is group change settings.
no setter
levelNew int?
The new level of authority.
no setter
levelOld int?
The old level of authority.
no setter
photo PhotoAttachmentModel?
Photo. It is returned if isPhoto = true.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
update VkDartUpdate
final
userId int
User ID.
no setter

Methods

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