Fix documentation.
GitOrigin-RevId: 7540e43da08e932e98acd99ce8fe64faf66606e4
This commit is contained in:
parent
15828a2329
commit
846ecc89a7
@ -2742,7 +2742,7 @@ setChatMemberStatus chat_id:int53 user_id:int32 status:ChatMemberStatus = Ok;
|
||||
//@description Returns information about a single member of a chat @chat_id Chat identifier @user_id User identifier
|
||||
getChatMember chat_id:int53 user_id:int32 = ChatMember;
|
||||
|
||||
//@description Searches for a specified query in the first name, last name and username of the members of a specified chat. Requires administrator rights in channels @chat_id Chat identifier @query Query to search for @limit The maximum number of users to be returned The type of users to return. By default, chatMembersFilterMembers
|
||||
//@description Searches for a specified query in the first name, last name and username of the members of a specified chat. Requires administrator rights in channels @chat_id Chat identifier @query Query to search for @limit The maximum number of users to be returned @filter The type of users to return. By default, chatMembersFilterMembers
|
||||
searchChatMembers chat_id:int53 query:string limit:int32 filter:ChatMembersFilter = ChatMembers;
|
||||
|
||||
//@description Returns a list of users who are administrators of the chat @chat_id Chat identifier
|
||||
|
Loading…
Reference in New Issue
Block a user