const github.com/gotd/td/tg.MessagesStickerSetTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_messages_sticker_set_gen.go#L50: const MessagesStickerSetTypeID = 0x6e153f16
tl_messages_sticker_set_gen.go#L111: return MessagesStickerSetTypeID
tl_messages_sticker_set_gen.go#L123: ID: MessagesStickerSetTypeID,
tl_messages_sticker_set_gen.go#L155: b.PutID(MessagesStickerSetTypeID)
tl_messages_sticker_set_gen.go#L196: if err := b.ConsumeID(MessagesStickerSetTypeID); err != nil {
tl_messages_sticker_set_gen.go#L462: case MessagesStickerSetTypeID:
tl_registry_gen.go#L538: MessagesStickerSetTypeID: "messages.stickerSet#6e153f16",
tl_registry_gen.go#L2320: "messages.stickerSet": MessagesStickerSetTypeID,
tl_registry_gen.go#L4102: MessagesStickerSetTypeID: func() bin.Object { return &MessagesStickerSet{} },
tl_registry_gen.go#L6202: MessagesStickerSetTypeID,
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. |