Arman92 / go-tdlib

Golang Telegram TdLib JSON bindings
GNU General Public License v3.0
435 stars 101 forks source link

How get more than 200 users from the chat? #68

Open jbc817 opened 3 years ago

jbc817 commented 3 years ago

I have a chat where contains 456 members, but i can get only 200 users, is there the to get they all, for example set offset parameter like in python in function get_chat_members from pyrogram"? In python i can use function "get_chat_members" in "pyrogram" ans set offset parameter

I'm using that function in my code

cm,err := client.SearchChatMembers(-1001036605604,"",200,tdlib.NewChatMembersFilterMembers())