Skip to content

Commit

Permalink
Fix a type on viewMessages method documentation.
Browse files Browse the repository at this point in the history
john-preston authored and levlam committed Mar 25, 2023
1 parent 1ce9f9d commit f742a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions td/generate/scheme/td_api.tl
Original file line number Diff line number Diff line change
@@ -6678,8 +6678,8 @@ closeChat chat_id:int53 = Ok;
//-Many useful activities depend on whether the messages are currently being viewed or not (e.g., marking messages as read, incrementing a view counter, updating a view counter, removing deleted messages in supergroups and channels)
//@chat_id Chat identifier
//@message_ids The identifiers of the messages being viewed
//@source Source of the message view
//@force_read Pass true to mark as read the specified messages even the chat is closed; pass null to guess the source based on chat open state
//@source Source of the message view; pass null to guess the source based on chat open state
//@force_read Pass true to mark as read the specified messages even the chat is closed
viewMessages chat_id:int53 message_ids:vector<int53> source:MessageSource force_read:Bool = Ok;

//@description Informs TDLib that the message content has been opened (e.g., the user has opened a photo, video, document, location or venue, or has listened to an audio file or voice note message).

0 comments on commit f742a97

Please sign in to comment.