aykutalparslan / Ferrite

Experimental Telegram Server
GNU Affero General Public License v3.0
158 stars 25 forks source link

Implement messages.getPeerSettings #171

Closed aykutalparslan closed 2 years ago

aykutalparslan commented 2 years ago

Get peer settings

peerSettings#733f2961 flags:# report_spam:flags.0?true add_contact:flags.1?true block_contact:flags.2?true share_contact:flags.3?true need_contacts_exception:flags.4?true report_geo:flags.5?true autoarchived:flags.7?true invite_members:flags.8?true geo_distance:flags.6?int = PeerSettings; ---functions--- messages.getPeerSettings#3672e09c peer:InputPeer = PeerSettings;

junko2013 commented 2 years ago

收到。。