const github.com/gotd/td/tg.UpdateBotCommandsTypeID

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1034: 	u.handlers[UpdateBotCommandsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L356: 		UpdateBotCommandsTypeID:                                  "updateBotCommands#4d712f2e",
		tl_registry_gen.go#L2138: 		"updateBotCommands":                                  UpdateBotCommandsTypeID,
		tl_registry_gen.go#L3920: 		UpdateBotCommandsTypeID:                                  func() bin.Object { return &UpdateBotCommands{} },
		tl_registry_gen.go#L6617: 			UpdateBotCommandsTypeID,
		tl_update_gen.go#L19157: const UpdateBotCommandsTypeID = 0x4d712f2e
		tl_update_gen.go#L19213: 	return UpdateBotCommandsTypeID
		tl_update_gen.go#L19225: 		ID:   UpdateBotCommandsTypeID,
		tl_update_gen.go#L19253: 	b.PutID(UpdateBotCommandsTypeID)
		tl_update_gen.go#L19283: 	if err := b.ConsumeID(UpdateBotCommandsTypeID); err != nil {
		tl_update_gen.go#L25593: 	case UpdateBotCommandsTypeID: