← MCP Catalog

set_default_chat_permissions

Set default member permissions for a group, supergroup, or channel. Pass True to allow, False to restrict. (Internally inverted to match Telegram's ChatBannedRights semantics where True means "banned".) Args: chat_id: ID or username of the chat. send_messages: allow sending text messages send_media: allow sending media (photos, videos, docs, audio) send_stickers: allow sending stickers send_gifs: allow sending GIFs send_games: allow sending games send_inline: allow using inline bots embed_links: allow link previews send_polls: allow sending polls change_info: allow members to change group info (title, photo, description) invite_users: allow members to invite others pin_messages: allow members to pin messages until_date: restriction expiry as Unix timestamp, 0 = permanent (default)

MCPTelegram AuthorizationPrivate connector · send actions require confirmation
Can change or delete data

Parameters

chat_idinteger | string · required

send_messagesboolean · default true

send_mediaboolean · default true

send_stickersboolean · default true

send_gifsboolean · default true

send_gamesboolean · default true

send_inlineboolean · default true

embed_linksboolean · default true

send_pollsboolean · default true

change_infoboolean · default false

invite_usersboolean · default true

pin_messagesboolean · default false

until_dateinteger · default 0

accountstring · default null