menu
tdlib package
documentation
td_api.dart
PingProxy
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
PingProxy
copyWith
(
{
int
?
proxyId
,
})
Implementation
PingProxy copyWith({ int? proxyId, }) => PingProxy( proxyId: proxyId ?? this.proxyId, );
tdlib package
documentation
td_api
PingProxy
copyWith method
PingProxy class