chatSourceMtprotoProxy property
The chat is sponsored by the user's MTProxy server
Implementation
ChatSourceMtprotoProxy? get chatSourceMtprotoProxy {
if (this is ChatSourceMtprotoProxy) {
return this as ChatSourceMtprotoProxy;
}
return null;
}