const github.com/gotd/td/tg.NotifyChatsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_notify_peer_gen.go#L284: const NotifyChatsTypeID = 0xc007cec3
tl_notify_peer_gen.go#L320: return NotifyChatsTypeID
tl_notify_peer_gen.go#L332: ID: NotifyChatsTypeID,
tl_notify_peer_gen.go#L347: b.PutID(NotifyChatsTypeID)
tl_notify_peer_gen.go#L364: if err := b.ConsumeID(NotifyChatsTypeID); err != nil {
tl_notify_peer_gen.go#L715: case NotifyChatsTypeID:
tl_registry_gen.go#L434: NotifyChatsTypeID: "notifyChats#c007cec3",
tl_registry_gen.go#L2216: "notifyChats": NotifyChatsTypeID,
tl_registry_gen.go#L3998: NotifyChatsTypeID: func() bin.Object { return &NotifyChats{} },
tl_registry_gen.go#L6222: NotifyChatsTypeID,
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. |