import { type ChatPermissions } from "https://deno.land/x/grammy@v1.10.1/types.ts";
Describes actions that a non-administrator user is allowed to take in a chat.
Properties
True, if the user is allowed to send text messages, contacts, locations and venues
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 polls, 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