type github.com/gotd/td/tg.UpdateUserName
36 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L184: type UserNameHandler func(ctx context.Context, e Entities, update *UpdateUserName) error
tl_handlers_gen.go#L189: return handler(ctx, e, update.(*UpdateUserName))
tl_registry_gen.go#L5246: UpdateUserNameTypeID: func() bin.Object { return &UpdateUserName{} },
tl_update_gen.go#L1361: type UpdateUserName struct {
tl_update_gen.go#L1384: func (u UpdateUserName) construct() UpdateClass { return &u }
tl_update_gen.go#L1388: _ bin.Encoder = &UpdateUserName{}
tl_update_gen.go#L1389: _ bin.Decoder = &UpdateUserName{}
tl_update_gen.go#L1390: _ bin.BareEncoder = &UpdateUserName{}
tl_update_gen.go#L1391: _ bin.BareDecoder = &UpdateUserName{}
tl_update_gen.go#L1393: _ UpdateClass = &UpdateUserName{}
tl_update_gen.go#L1396: func (u *UpdateUserName) Zero() bool {
tl_update_gen.go#L1417: func (u *UpdateUserName) String() string {
tl_update_gen.go#L1421: type Alias UpdateUserName
tl_update_gen.go#L1426: func (u *UpdateUserName) FillFrom(from interface {
tl_update_gen.go#L1441: func (*UpdateUserName) TypeID() uint32 {
tl_update_gen.go#L1446: func (*UpdateUserName) TypeName() string {
tl_update_gen.go#L1451: func (u *UpdateUserName) TypeInfo() tdp.Type {
tl_update_gen.go#L1482: func (u *UpdateUserName) Encode(b *bin.Buffer) error {
tl_update_gen.go#L1491: func (u *UpdateUserName) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L1508: func (u *UpdateUserName) Decode(b *bin.Buffer) error {
tl_update_gen.go#L1519: func (u *UpdateUserName) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L1565: func (u *UpdateUserName) GetUserID() (value int64) {
tl_update_gen.go#L1573: func (u *UpdateUserName) GetFirstName() (value string) {
tl_update_gen.go#L1581: func (u *UpdateUserName) GetLastName() (value string) {
tl_update_gen.go#L1589: func (u *UpdateUserName) GetUsernames() (value []Username) {
tl_update_gen.go#L34249: v := UpdateUserName{}
tl_update_slices_gen.go#L213: value, ok := elem.(*UpdateUserName)
tl_update_slices_gen.go#L2620: type UpdateUserNameArray []UpdateUserName
tl_update_slices_gen.go#L2623: func (s UpdateUserNameArray) Sort(less func(a, b UpdateUserName) bool) UpdateUserNameArray {
tl_update_slices_gen.go#L2631: func (s UpdateUserNameArray) SortStable(less func(a, b UpdateUserName) bool) UpdateUserNameArray {
tl_update_slices_gen.go#L2639: func (s UpdateUserNameArray) Retain(keep func(x UpdateUserName) bool) UpdateUserNameArray {
tl_update_slices_gen.go#L2653: func (s UpdateUserNameArray) First() (v UpdateUserName, ok bool) {
tl_update_slices_gen.go#L2661: func (s UpdateUserNameArray) Last() (v UpdateUserName, ok bool) {
tl_update_slices_gen.go#L2669: func (s *UpdateUserNameArray) PopFirst() (v UpdateUserName, ok bool) {
tl_update_slices_gen.go#L2679: var zero UpdateUserName
tl_update_slices_gen.go#L2688: func (s *UpdateUserNameArray) Pop() (v UpdateUserName, ok bool) {
 |
The pages are generated with Golds v0.8.5. (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. |