Skip to content

GramIO API Reference / gramio/dist / GetChatAdministratorsParams

Interface: GetChatAdministratorsParams

Defined in: @gramio/types/out/params.d.ts:2442

Params object for getChatAdministrators method

Properties

PropertyTypeDescriptionDefined in
chat_idstring | numberUnique identifier for the target chat or username of the target supergroup or channel in the format @username@gramio/types/out/params.d.ts:2446
return_bots?booleanPass True to additionally receive all bots that are administrators of the chat. By default, bots other than the current bot are omitted.@gramio/types/out/params.d.ts:2450