const github.com/gotd/td/tg.InputNotifyChatsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_notify_peer_gen.go#L284: const InputNotifyChatsTypeID = 0x4a95e84e
tl_input_notify_peer_gen.go#L320: return InputNotifyChatsTypeID
tl_input_notify_peer_gen.go#L332: ID: InputNotifyChatsTypeID,
tl_input_notify_peer_gen.go#L347: b.PutID(InputNotifyChatsTypeID)
tl_input_notify_peer_gen.go#L364: if err := b.ConsumeID(InputNotifyChatsTypeID); err != nil {
tl_input_notify_peer_gen.go#L718: case InputNotifyChatsTypeID:
tl_registry_gen.go#L209: InputNotifyChatsTypeID: "inputNotifyChats#4a95e84e",
tl_registry_gen.go#L1991: "inputNotifyChats": InputNotifyChatsTypeID,
tl_registry_gen.go#L3773: InputNotifyChatsTypeID: func() bin.Object { return &InputNotifyChats{} },
tl_registry_gen.go#L5877: InputNotifyChatsTypeID,
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. |