github.com/gotd/td/tg.ChatInviteExported.Revoked (field)
7 uses
github.com/gotd/td/tg (current package)
tl_exported_chat_invite_gen.go#L45: Revoked bool
tl_exported_chat_invite_gen.go#L106: if !(c.Revoked == false) {
tl_exported_chat_invite_gen.go#L170: c.Revoked = from.GetRevoked()
tl_exported_chat_invite_gen.go#L288: if !(c.Revoked == false) {
tl_exported_chat_invite_gen.go#L380: c.Revoked = c.Flags.Has(0)
tl_exported_chat_invite_gen.go#L453: c.Revoked = true
tl_exported_chat_invite_gen.go#L456: c.Revoked = false
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |