searchChatMembers¶
Searches for a specified query in the first name, last name and usernames of the members of a specified chat. Requires administrator rights if the chat is a channel
searchChatMembers(
chat_id: int53,
query: string,
limit: int32,
filter: ChatMembersFilter
) → ChatMembers