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