SetChatLocation constructor
const
SetChatLocation({
- required int chatId,
- required ChatLocation location,
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
Implementation
const SetChatLocation({
required this.chatId,
required this.location,
});