|
16 | 16 | * @method bool getCanPostMessages() Optional. True, if the administrator can post in the channel; channels only
|
17 | 17 | * @method bool getCanEditMessages() Optional. True, if the administrator can edit messages of other users and can pin messages; channels only
|
18 | 18 | * @method bool getCanPinMessages() Optional. True, if the user is allowed to pin messages; groups and supergroups only
|
| 19 | + * @method bool getCanPostStories() Optional. True, if the administrator can post stories in the channel; channels only |
| 20 | + * @method bool getCanEditStories() Optional. True, if the administrator can edit stories posted by other users; channels only |
| 21 | + * @method bool getCanDeleteStories() Optional. True, if the administrator can delete stories posted by other users; channels only |
19 | 22 | * @method bool getCanManageTopics() Optional. True, if the user is allowed to create, rename, close, and reopen forum topics; supergroups only
|
20 | 23 | *
|
21 | 24 | * @method $this setIsAnonymous(bool $is_anonymous) True, if the user's presence in the chat is hidden
|
|
29 | 32 | * @method $this setCanPostMessages(bool $can_post_messages) Optional. True, if the administrator can post in the channel; channels only
|
30 | 33 | * @method $this setCanEditMessages(bool $can_edit_messages) Optional. True, if the administrator can edit messages of other users and can pin messages; channels only
|
31 | 34 | * @method $this setCanPinMessages(bool $can_pin_messages) Optional. True, if the user is allowed to pin messages; groups and supergroups only
|
| 35 | + * @method $this setCanPostStories(bool $can_post_stories) Optional. True, if the administrator can post stories in the channel; channels only |
| 36 | + * @method $this setCanEditStories(bool $can_edit_stories) Optional. True, if the administrator can edit stories posted by other users; channels only |
| 37 | + * @method $this setCanDeleteStories(bool $can_delete_stories) Optional. True, if the administrator can delete stories posted by other users; channels only |
32 | 38 | * @method $this setCanManageTopics(bool $can_manage_topics) Optional. True, if the user is allowed to create, rename, close, and reopen forum topics; supergroups only
|
33 | 39 | */
|
34 | 40 | class ChatAdministratorRights extends Entity
|
|
0 commit comments