type github.com/gotd/td/tg.UpdateUser
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1184: type UserHandler func(ctx context.Context, e Entities, update *UpdateUser) error
tl_handlers_gen.go#L1189: return handler(ctx, e, update.(*UpdateUser))
tl_registry_gen.go#L5262: UpdateUserTypeID: func() bin.Object { return &UpdateUser{} },
tl_update_gen.go#L22757: type UpdateUser struct {
tl_update_gen.go#L22766: func (u UpdateUser) construct() UpdateClass { return &u }
tl_update_gen.go#L22770: _ bin.Encoder = &UpdateUser{}
tl_update_gen.go#L22771: _ bin.Decoder = &UpdateUser{}
tl_update_gen.go#L22772: _ bin.BareEncoder = &UpdateUser{}
tl_update_gen.go#L22773: _ bin.BareDecoder = &UpdateUser{}
tl_update_gen.go#L22775: _ UpdateClass = &UpdateUser{}
tl_update_gen.go#L22778: func (u *UpdateUser) Zero() bool {
tl_update_gen.go#L22790: func (u *UpdateUser) String() string {
tl_update_gen.go#L22794: type Alias UpdateUser
tl_update_gen.go#L22799: func (u *UpdateUser) FillFrom(from interface {
tl_update_gen.go#L22808: func (*UpdateUser) TypeID() uint32 {
tl_update_gen.go#L22813: func (*UpdateUser) TypeName() string {
tl_update_gen.go#L22818: func (u *UpdateUser) TypeInfo() tdp.Type {
tl_update_gen.go#L22837: func (u *UpdateUser) Encode(b *bin.Buffer) error {
tl_update_gen.go#L22846: func (u *UpdateUser) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L22855: func (u *UpdateUser) Decode(b *bin.Buffer) error {
tl_update_gen.go#L22866: func (u *UpdateUser) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L22881: func (u *UpdateUser) GetUserID() (value int64) {
tl_update_gen.go#L34183: v := UpdateUser{}
tl_update_slices_gen.go#L1331: value, ok := elem.(*UpdateUser)
tl_update_slices_gen.go#L9802: type UpdateUserArray []UpdateUser
tl_update_slices_gen.go#L9805: func (s UpdateUserArray) Sort(less func(a, b UpdateUser) bool) UpdateUserArray {
tl_update_slices_gen.go#L9813: func (s UpdateUserArray) SortStable(less func(a, b UpdateUser) bool) UpdateUserArray {
tl_update_slices_gen.go#L9821: func (s UpdateUserArray) Retain(keep func(x UpdateUser) bool) UpdateUserArray {
tl_update_slices_gen.go#L9835: func (s UpdateUserArray) First() (v UpdateUser, ok bool) {
tl_update_slices_gen.go#L9843: func (s UpdateUserArray) Last() (v UpdateUser, ok bool) {
tl_update_slices_gen.go#L9851: func (s *UpdateUserArray) PopFirst() (v UpdateUser, ok bool) {
tl_update_slices_gen.go#L9861: var zero UpdateUser
tl_update_slices_gen.go#L9870: func (s *UpdateUserArray) Pop() (v UpdateUser, ok bool) {
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |