const github.com/gotd/td/tg.MessageActionPhoneCallTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L2662: const MessageActionPhoneCallTypeID = 0x80e11a7f
tl_message_action_gen.go#L2732: return MessageActionPhoneCallTypeID
tl_message_action_gen.go#L2744: ID: MessageActionPhoneCallTypeID,
tl_message_action_gen.go#L2792: b.PutID(MessageActionPhoneCallTypeID)
tl_message_action_gen.go#L2825: if err := b.ConsumeID(MessageActionPhoneCallTypeID); err != nil {
tl_message_action_gen.go#L7881: case MessageActionPhoneCallTypeID:
tl_registry_gen.go#L165: MessageActionPhoneCallTypeID: "messageActionPhoneCall#80e11a7f",
tl_registry_gen.go#L1947: "messageActionPhoneCall": MessageActionPhoneCallTypeID,
tl_registry_gen.go#L3729: MessageActionPhoneCallTypeID: func() bin.Object { return &MessageActionPhoneCall{} },
tl_registry_gen.go#L6030: MessageActionPhoneCallTypeID,
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. |