td icon indicating copy to clipboard operation
td copied to clipboard

Offline members list access

Open vkryl opened this issue 6 years ago • 0 comments

Mobile clients allow viewing group members list offline, TDLib requires network access for both GroupFull (basic groups) and GetSupergroupMembers (supergroups) after launch.

For basic groups there's already updateBasicGroupFullInfo, for GetSupergroupMembers it probably could be done via bool only_local flag, like in some other requests.

vkryl avatar Oct 03 '18 18:10 vkryl