--- title: viewMessages description: Messages are viewed by the user. Many useful activities depends on message being viewed. For example, marking messages as read, incrementing of view counter, updating of view counter, removing of deleted messages in channels --- ## Method: viewMessages [Back to methods index](index.md) YOU CANNOT USE THIS METHOD IN MADELINEPROTO Messages are viewed by the user. Many useful activities depends on message being viewed. For example, marking messages as read, incrementing of view counter, updating of view counter, removing of deleted messages in channels ### Parameters: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| |message\_ids|Array of [CLICK ME int53](../types/int53.md) | Yes|Identifiers of viewed messages| ### Return type: [Ok](../types/Ok.md)