Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UsersClient ¶
type UsersClient interface { UsersGetUsers(ctx context.Context, in *mtproto.TLUsersGetUsers) (*mtproto.Vector_User, error) UsersGetFullUserB60F5918(ctx context.Context, in *mtproto.TLUsersGetFullUserB60F5918) (*mtproto.Users_UserFull, error) UsersGetFullUserCA30A5B1(ctx context.Context, in *mtproto.TLUsersGetFullUserCA30A5B1) (*mtproto.UserFull, error) UsersGetMe(ctx context.Context, in *mtproto.TLUsersGetMe) (*mtproto.User, error) ContactsResolvePhone(ctx context.Context, in *mtproto.TLContactsResolvePhone) (*mtproto.Contacts_ResolvedPeer, error) }
func NewUsersClient ¶
func NewUsersClient(cli zrpc.Client) UsersClient
Click to show internal directories.
Click to hide internal directories.