canManageTopics property

  1. @JsonKey(name: 'can_manage_topics')
bool? get canManageTopics
inherited

Optional. True, if the user is allowed to create forum topics. If omitted defaults to the value of can_pin_messages

Implementation

@JsonKey(name: 'can_manage_topics')
bool? get canManageTopics;