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: