objectId property

int get objectId

Object ID.

Implementation

int get objectId =>
    update.object['photo_id'] ??
    update.object['video_id'] ??
    update.object['post_id'] ??
    update.object['item_id'] ??
    update.object['topic_id'];