channels.getMessages

Get channel/supergroup messages

 Method schema is available as of layer 75. Switch »

Parameters

Name Type Description
channel InputChannel Channel/supergroup
id Vector<InputMessage> IDs of messages to get

Result

messages.Messages

Possible errors

Code Type Description
400 CHANNEL_INVALID The provided channel is invalid.
406 CHANNEL_PRIVATE You haven't joined this channel/supergroup.
400 CHAT_NOT_MODIFIED No changes were made to chat information because the new information you passed is identical to the current information.
400 FROZEN_PARTICIPANT_MISSING  
400 MESSAGE_IDS_EMPTY No message ids were provided.
400 MSG_ID_INVALID Invalid message ID provided.
-504 UNHANDLED_EXCEPTION  
400 USER_BANNED_IN_CHANNEL You're banned from sending messages in supergroups/channels.

Both users and bots can use this method

Related pages

Channels, supergroups, gigagroups and basic groups

How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.