move abstract method

void move(
  1. ChatId chatId,
  2. ChatId newChatId
)

Switches the OngoingCall identified by its chatId to the specified newChatId.

Implementation

void move(ChatId chatId, ChatId newChatId);