SetChatLocation constructor

SetChatLocation(
  1. {required int chat_id,
  2. required ChatLocation location,
  3. int? extra,
  4. int? clientId}
)

Changes the location of a chat. Available only for some location-based supergroups, use supergroupFullInfo.can_set_location to check whether the method is allowed to use

Returns Ok

Implementation

SetChatLocation