github.com/gotd/td/tg.Client.UsersGetUsers (method)
3 uses
github.com/gotd/td/tg (current package)
tl_users_get_users_gen.go#L200: func (c *Client) UsersGetUsers(ctx context.Context, id []InputUserClass) ([]UserClass, error) {
github.com/gotd/td/telegram
self.go#L15: users, err := c.tg.UsersGetUsers(ctx, []tg.InputUserClass{&tg.InputUserSelf{}})
github.com/gotd/td/telegram/auth
self.go#L15: users, err := c.api.UsersGetUsers(ctx, []tg.InputUserClass{&tg.InputUserSelf{}})
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |