canPostStories property

  1. @JsonKey(name: 'can_post_stories')
bool? get canPostStories
inherited

Optional. True, if the administrator can post stories in the channel; channels only

Implementation

@JsonKey(name: 'can_post_stories')
bool? get canPostStories;