import { type ChatPermissions } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.deno.ts";
Describes actions that a non-administrator user is allowed to take in a chat.
Properties
True, if the user is allowed to send audios, documents, photos, videos, video notes and voice notes, implies can_send_messages
True, if the user is allowed to send animations, games, stickers and use inline bots, implies can_send_media_messages
True, if the user is allowed to add web page previews to their messages, implies can_send_media_messages
True, if the user is allowed to change the chat title, photo and other settings. Ignored in public supergroups