const github.com/gotd/td/tg.MessageServiceTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L1773: const MessageServiceTypeID = 0x2b085862
tl_message_gen.go#L1891: return MessageServiceTypeID
tl_message_gen.go#L1903: ID: MessageServiceTypeID,
tl_message_gen.go#L2011: b.PutID(MessageServiceTypeID)
tl_message_gen.go#L2065: if err := b.ConsumeID(MessageServiceTypeID); err != nil {
tl_message_gen.go#L2498: case MessageServiceTypeID:
tl_registry_gen.go#L132: MessageServiceTypeID: "messageService#2b085862",
tl_registry_gen.go#L1914: "messageService": MessageServiceTypeID,
tl_registry_gen.go#L3696: MessageServiceTypeID: func() bin.Object { return &MessageService{} },
tl_registry_gen.go#L6059: MessageServiceTypeID,
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. |