const github.com/gotd/td/tg.ChatForbiddenTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L852: const ChatForbiddenTypeID = 0x6592a1a7
tl_chat_gen.go#L903: return ChatForbiddenTypeID
tl_chat_gen.go#L915: ID: ChatForbiddenTypeID,
tl_chat_gen.go#L939: b.PutID(ChatForbiddenTypeID)
tl_chat_gen.go#L958: if err := b.ConsumeID(ChatForbiddenTypeID); err != nil {
tl_chat_gen.go#L3406: case ChatForbiddenTypeID:
tl_registry_gen.go#L118: ChatForbiddenTypeID: "chatForbidden#6592a1a7",
tl_registry_gen.go#L1900: "chatForbidden": ChatForbiddenTypeID,
tl_registry_gen.go#L3682: ChatForbiddenTypeID: func() bin.Object { return &ChatForbidden{} },
tl_registry_gen.go#L5581: ChatForbiddenTypeID,
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. |