import { type grammy } from "https://deno.land/x/abstract_bot_api@85.0.0/deps.ts";
const { ChatAdministratorRights } = grammy;
Represents the rights of an administrator in a chat.
Properties
True, if the administrator can access the chat event log, chat statistics, boost list in channels, message statistics in channels, see channel members, see anonymous administrators in supergroups and ignore slow mode. Implied by any other administrator privilege
True, if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by the user)
True, if the user is allowed to change the chat title, photo and other settings
True, if the administrator can post messages in the channel; channels only
True, if the administrator can edit messages of other users and can pin messages; channels only
True, if the user is allowed to pin messages; groups and supergroups only
True, if the administrator can post stories in the channel; channels only
True, if the administrator can edit stories posted by other users; channels only
True, if the administrator can delete stories posted by other users; channels only