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