favoriteChat abstract method
- ChatId id,
- ChatFavoritePosition? position
Marks the specified Chat as favorited for the authenticated MyUser and sets its position in the favorites list.
Implementation
Future<void> favoriteChat(ChatId id, ChatFavoritePosition? position);