const github.com/gotd/td/tg.MessageActionGroupCallTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L4148: const MessageActionGroupCallTypeID = 0x7a0d7f42
tl_message_action_gen.go#L4205: return MessageActionGroupCallTypeID
tl_message_action_gen.go#L4217: ID: MessageActionGroupCallTypeID,
tl_message_action_gen.go#L4249: b.PutID(MessageActionGroupCallTypeID)
tl_message_action_gen.go#L4276: if err := b.ConsumeID(MessageActionGroupCallTypeID); err != nil {
tl_message_action_gen.go#L7937: case MessageActionGroupCallTypeID:
tl_registry_gen.go#L173: MessageActionGroupCallTypeID: "messageActionGroupCall#7a0d7f42",
tl_registry_gen.go#L1955: "messageActionGroupCall": MessageActionGroupCallTypeID,
tl_registry_gen.go#L3737: MessageActionGroupCallTypeID: func() bin.Object { return &MessageActionGroupCall{} },
tl_registry_gen.go#L6038: MessageActionGroupCallTypeID,
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. |