Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NsfwClient ¶
type NsfwClient interface { AccountSetContentSettings(ctx context.Context, in *mtproto.TLAccountSetContentSettings) (*mtproto.Bool, error) AccountGetContentSettings(ctx context.Context, in *mtproto.TLAccountGetContentSettings) (*mtproto.Account_ContentSettings, error) }
func NewNsfwClient ¶
func NewNsfwClient(cli zrpc.Client) NsfwClient
Click to show internal directories.
Click to hide internal directories.