Basic Information

appmixer.telegram.core.GetChat

Get Chat

1.0.0

Public

Retrieves up-to-date information about a chat: title, type, description, invite link, default member permissions and photo.

Input Ports

in

FieldTypeDescription
Chat ID text Numeric chat ID (for example -1002345678901 for a group or channel) or a public @channelusername. The bot must be a member of the chat. Chat IDs are emitted by the New Message trigger.

Output Ports

out

FieldTypeDescription
Chat ID integer -
Chat Type string -
Title string -
Username string -
First Name string -
Last Name string -
Bio string -
Description string -
Invite Link string -
Permissions object -
Chat Photo object -
Accent Color ID integer -
Max Reaction Count integer -

Full Metadata