Closed Pumpkin-A closed 6 months ago
I couldn't figure it out for a long time, but it worked out!
supergroupId := chat.Type.(*client.ChatTypeSupergroup).SupergroupId
supergroup, err := user.botTg.GetSupergroup(&client.GetSupergroupRequest{SupergroupId: supergroupId})
I want to get full information about the supergroup, but when I try to use the methods "GetSupergroup" or "GetSupergroupFullInfo" I get an error "400 Invalid supergroup identifier". The user is subscribed to this chat, so that's not the problem