go-tdlib
go-tdlib copied to clipboard
GetSupergroup accepts only int32 but GetChat().ID returns int64
I want to get information about a superuser group. I use the chat example and try to access the superuser info with GetSupergroup().
The GetSupergroup() function accepts a int32 but the chat.ID returned by GetChat() is a int64.
Expected: They both should be of the same type
I have same problem, how to get groupsuper_id in a *tdlib.Chat