logo
GET STARTED
🚀
QUICK START
🔒
AUTHENTICATION
🔧
ERROR HANDLING
MEDIA
Media Object
Uploading Media Files
Downloading Media Files
PROFILE
My Profile
getMyProfiles
setMyProfile
🗨️
CHATS
Chat
Chat Member
Chat Admins
chatAdministrators Object
getChatAdministrators
Chat Menu
MESSAGES
Message Object
Incoming Messages —Applies to All Messages
Outgoing Messages
Message Management —Applies to All Messages
CHATBOT EVENTS
userJoinedBot
userStoppedBot
userStartedBot
userLeftBot
Incoming Message
menuCallback — Read inline and Chat Menus
USERS
User Object
getUser
🗨️
MENUS
Menu
Row
Cell
menuCallback
SIGNUP MANAGEMENT
PATTERN OBJECT
SIGNUP OBJECT
WHITELIST MANAGEMENT
BLACKLIST MANAGEMENT
COMMERCE — PRODUCT, BOOKING, EVENT
Collection - Define groups of products for display
Product Item
CUSTOM COMPONENT-FORMS AND WORKFLOW
Component Object
updateMenuCell — Write to Component Cells
menuCallback — Read User Input
ℹ️
Source Code
GET STARTED
/
CHATS
/
Chat Admins

chatAdministrators Object

This object represents a channel or group administrator. Returned as a reply to getChatAdministrators.
Field
Type
Required
Description
chat
Chat
Yes
Unique identifier object to which the administrator belongs to a Channel or Group.
administrators
Array of User
Yes
List of All Administrator Users of this Channel or Group.

Object

json
{ "chatAdministrators": { "chat": { "id": "11454784123654522" }, "administrators": [ { "id": "74581236548965231" } ] } }
Chat Admins
getChatAdministrators

Powered by Notaku
Helpful?
Share
Content
chatAdministrators Object
Object