type github.com/gotd/td/tg.InputUser
34 uses
github.com/gotd/td/tg (current package)
tl_input_user_gen.go#L242: type InputUser struct {
tl_input_user_gen.go#L256: func (i InputUser) construct() InputUserClass { return &i }
tl_input_user_gen.go#L260: _ bin.Encoder = &InputUser{}
tl_input_user_gen.go#L261: _ bin.Decoder = &InputUser{}
tl_input_user_gen.go#L262: _ bin.BareEncoder = &InputUser{}
tl_input_user_gen.go#L263: _ bin.BareDecoder = &InputUser{}
tl_input_user_gen.go#L265: _ InputUserClass = &InputUser{}
tl_input_user_gen.go#L268: func (i *InputUser) Zero() bool {
tl_input_user_gen.go#L283: func (i *InputUser) String() string {
tl_input_user_gen.go#L287: type Alias InputUser
tl_input_user_gen.go#L292: func (i *InputUser) FillFrom(from interface {
tl_input_user_gen.go#L303: func (*InputUser) TypeID() uint32 {
tl_input_user_gen.go#L308: func (*InputUser) TypeName() string {
tl_input_user_gen.go#L313: func (i *InputUser) TypeInfo() tdp.Type {
tl_input_user_gen.go#L336: func (i *InputUser) Encode(b *bin.Buffer) error {
tl_input_user_gen.go#L345: func (i *InputUser) EncodeBare(b *bin.Buffer) error {
tl_input_user_gen.go#L355: func (i *InputUser) Decode(b *bin.Buffer) error {
tl_input_user_gen.go#L366: func (i *InputUser) DecodeBare(b *bin.Buffer) error {
tl_input_user_gen.go#L388: func (i *InputUser) GetUserID() (value int64) {
tl_input_user_gen.go#L396: func (i *InputUser) GetAccessHash() (value int64) {
tl_input_user_gen.go#L662: v := InputUser{}
tl_input_user_slices_gen.go#L122: value, ok := elem.(*InputUser)
tl_input_user_slices_gen.go#L146: type InputUserArray []InputUser
tl_input_user_slices_gen.go#L149: func (s InputUserArray) Sort(less func(a, b InputUser) bool) InputUserArray {
tl_input_user_slices_gen.go#L157: func (s InputUserArray) SortStable(less func(a, b InputUser) bool) InputUserArray {
tl_input_user_slices_gen.go#L165: func (s InputUserArray) Retain(keep func(x InputUser) bool) InputUserArray {
tl_input_user_slices_gen.go#L179: func (s InputUserArray) First() (v InputUser, ok bool) {
tl_input_user_slices_gen.go#L187: func (s InputUserArray) Last() (v InputUser, ok bool) {
tl_input_user_slices_gen.go#L195: func (s *InputUserArray) PopFirst() (v InputUser, ok bool) {
tl_input_user_slices_gen.go#L205: var zero InputUser
tl_input_user_slices_gen.go#L214: func (s *InputUserArray) Pop() (v InputUser, ok bool) {
tl_registry_gen.go#L3618: InputUserTypeID: func() bin.Object { return &InputUser{} },
tl_user_gen.go#L2011: func (u *User) AsInput() *InputUser {
tl_user_gen.go#L2012: value := new(InputUser)
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. |