const github.com/gotd/td/tg.EncryptedChatWaitingTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L187: const EncryptedChatWaitingTypeID = 0x66b25953
tl_encrypted_chat_gen.go#L253: return EncryptedChatWaitingTypeID
tl_encrypted_chat_gen.go#L265: ID: EncryptedChatWaitingTypeID,
tl_encrypted_chat_gen.go#L301: b.PutID(EncryptedChatWaitingTypeID)
tl_encrypted_chat_gen.go#L323: if err := b.ConsumeID(EncryptedChatWaitingTypeID); err != nil {
tl_encrypted_chat_gen.go#L1371: case EncryptedChatWaitingTypeID:
tl_registry_gen.go#L410: EncryptedChatWaitingTypeID: "encryptedChatWaiting#66b25953",
tl_registry_gen.go#L2192: "encryptedChatWaiting": EncryptedChatWaitingTypeID,
tl_registry_gen.go#L3974: EncryptedChatWaitingTypeID: func() bin.Object { return &EncryptedChatWaiting{} },
tl_registry_gen.go#L5685: EncryptedChatWaitingTypeID,
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. |