const github.com/gotd/td/tg.MessageActionScreenshotTakenTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L2937: const MessageActionScreenshotTakenTypeID = 0x4792929b
tl_message_action_gen.go#L2973: return MessageActionScreenshotTakenTypeID
tl_message_action_gen.go#L2985: ID: MessageActionScreenshotTakenTypeID,
tl_message_action_gen.go#L3000: b.PutID(MessageActionScreenshotTakenTypeID)
tl_message_action_gen.go#L3017: if err := b.ConsumeID(MessageActionScreenshotTakenTypeID); err != nil {
tl_message_action_gen.go#L7888: case MessageActionScreenshotTakenTypeID:
tl_registry_gen.go#L166: MessageActionScreenshotTakenTypeID: "messageActionScreenshotTaken#4792929b",
tl_registry_gen.go#L1948: "messageActionScreenshotTaken": MessageActionScreenshotTakenTypeID,
tl_registry_gen.go#L3730: MessageActionScreenshotTakenTypeID: func() bin.Object { return &MessageActionScreenshotTaken{} },
tl_registry_gen.go#L6031: MessageActionScreenshotTakenTypeID,
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. |