const github.com/gotd/td/internal/proto.MessageContainerTypeID
5 uses
github.com/gotd/td/internal/proto (current package)
container.go#L10: const MessageContainerTypeID = 0x73f1f8dc
container.go#L19: b.PutID(MessageContainerTypeID)
container.go#L31: if err := b.ConsumeID(MessageContainerTypeID); err != nil {
registry.go#L6: MessageContainerTypeID: "message_container",
github.com/gotd/td/internal/mtproto
handle_message.go#L27: case proto.MessageContainerTypeID:
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. |