type github.com/gotd/td/tg.InputUserSelf
21 uses
github.com/gotd/td/tg (current package)
tl_input_user_gen.go#L140: type InputUserSelf struct {
tl_input_user_gen.go#L147: func (i InputUserSelf) construct() InputUserClass { return &i }
tl_input_user_gen.go#L151: _ bin.Encoder = &InputUserSelf{}
tl_input_user_gen.go#L152: _ bin.Decoder = &InputUserSelf{}
tl_input_user_gen.go#L153: _ bin.BareEncoder = &InputUserSelf{}
tl_input_user_gen.go#L154: _ bin.BareDecoder = &InputUserSelf{}
tl_input_user_gen.go#L156: _ InputUserClass = &InputUserSelf{}
tl_input_user_gen.go#L159: func (i *InputUserSelf) Zero() bool {
tl_input_user_gen.go#L168: func (i *InputUserSelf) String() string {
tl_input_user_gen.go#L172: type Alias InputUserSelf
tl_input_user_gen.go#L179: func (*InputUserSelf) TypeID() uint32 {
tl_input_user_gen.go#L184: func (*InputUserSelf) TypeName() string {
tl_input_user_gen.go#L189: func (i *InputUserSelf) TypeInfo() tdp.Type {
tl_input_user_gen.go#L203: func (i *InputUserSelf) Encode(b *bin.Buffer) error {
tl_input_user_gen.go#L212: func (i *InputUserSelf) EncodeBare(b *bin.Buffer) error {
tl_input_user_gen.go#L220: func (i *InputUserSelf) Decode(b *bin.Buffer) error {
tl_input_user_gen.go#L231: func (i *InputUserSelf) DecodeBare(b *bin.Buffer) error {
tl_input_user_gen.go#L655: v := InputUserSelf{}
tl_registry_gen.go#L3617: InputUserSelfTypeID: func() bin.Object { return &InputUserSelf{} },
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. |