// ExportedChatInviteClass represents ExportedChatInvite generic type.
//
// See https://core.telegram.org/type/ExportedChatInvite for reference.
//
// Example:
// g, err := tg.DecodeExportedChatInvite(buf)
// if err != nil {
// panic(err)
// }
// switch v := g.(type) {
// case *tg.ChatInviteExported: // chatInviteExported#ab4a819
// case *tg.ChatInvitePublicJoinRequests: // chatInvitePublicJoinRequests#ed107ab7
// default: panic(v)
// }
*tg.ChatInviteExported was replaced by this class
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too