const github.com/gotd/td/internal/mt.BadMsgNotificationTypeID
12 uses
github.com/gotd/td/internal/mt (current package)
tl_bad_msg_notification_gen.go#L45: const BadMsgNotificationTypeID = 0xa7eff811
tl_bad_msg_notification_gen.go#L90: return BadMsgNotificationTypeID
tl_bad_msg_notification_gen.go#L102: ID: BadMsgNotificationTypeID,
tl_bad_msg_notification_gen.go#L130: buf.PutID(BadMsgNotificationTypeID)
tl_bad_msg_notification_gen.go#L150: if err := buf.ConsumeID(BadMsgNotificationTypeID); err != nil {
tl_bad_msg_notification_gen.go#L458: case BadMsgNotificationTypeID:
tl_registry_gen.go#L64: BadMsgNotificationTypeID: "bad_msg_notification#a7eff811",
tl_registry_gen.go#L115: "bad_msg_notification": BadMsgNotificationTypeID,
tl_registry_gen.go#L166: BadMsgNotificationTypeID: func() bin.Object { return &BadMsgNotification{} },
tl_registry_gen.go#L191: BadMsgNotificationTypeID,
github.com/gotd/td/internal/mtproto
handle_bad_msg.go#L49: case mt.BadMsgNotificationTypeID:
handle_message.go#L23: case mt.BadMsgNotificationTypeID, mt.BadServerSaltTypeID:
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. |