getId method

ChatID getId()

Returns the ChatID of the chat.

Implementation

ChatID getId() {
  return ChatID(id);
}