Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigurationClient ¶
type ConfigurationClient interface { HelpGetConfig(ctx context.Context, in *mtproto.TLHelpGetConfig) (*mtproto.Config, error) HelpGetNearestDc(ctx context.Context, in *mtproto.TLHelpGetNearestDc) (*mtproto.NearestDc, error) HelpGetAppUpdate(ctx context.Context, in *mtproto.TLHelpGetAppUpdate) (*mtproto.Help_AppUpdate, error) HelpGetInviteText(ctx context.Context, in *mtproto.TLHelpGetInviteText) (*mtproto.Help_InviteText, error) HelpGetSupport(ctx context.Context, in *mtproto.TLHelpGetSupport) (*mtproto.Help_Support, error) HelpGetAppChangelog(ctx context.Context, in *mtproto.TLHelpGetAppChangelog) (*mtproto.Updates, error) HelpGetAppConfig(ctx context.Context, in *mtproto.TLHelpGetAppConfig) (*mtproto.JSONValue, error) HelpGetSupportName(ctx context.Context, in *mtproto.TLHelpGetSupportName) (*mtproto.Help_SupportName, error) HelpDismissSuggestion(ctx context.Context, in *mtproto.TLHelpDismissSuggestion) (*mtproto.Bool, error) HelpGetCountriesList(ctx context.Context, in *mtproto.TLHelpGetCountriesList) (*mtproto.Help_CountriesList, error) }
func NewConfigurationClient ¶
func NewConfigurationClient(cli zrpc.Client) ConfigurationClient
Click to show internal directories.
Click to hide internal directories.