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)
UsersGetPredefinedUser(ctx context.Context, in *mtproto.TLUsersGetPredefinedUser) (*mtproto.PredefinedUser, error)
UsersGetPredefinedUsers(ctx context.Context, in *mtproto.TLUsersGetPredefinedUsers) (*mtproto.Vector_PredefinedUser, error)
UsersGetMe(ctx context.Context, in *mtproto.TLUsersGetMe) (*mtproto.User, error)
}
func NewUsersClient ¶
func NewUsersClient(cli zrpc.Client) UsersClient
Click to show internal directories.
Click to hide internal directories.