type github.com/gotd/td/tg.UpdateNewAuthorization
42 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L194: type NewAuthorizationHandler func(ctx context.Context, e Entities, update *UpdateNewAuthorization) error
tl_handlers_gen.go#L199: return handler(ctx, e, update.(*UpdateNewAuthorization))
tl_registry_gen.go#L5247: UpdateNewAuthorizationTypeID: func() bin.Object { return &UpdateNewAuthorization{} },
tl_update_gen.go#L1600: type UpdateNewAuthorization struct {
tl_update_gen.go#L1634: func (u UpdateNewAuthorization) construct() UpdateClass { return &u }
tl_update_gen.go#L1638: _ bin.Encoder = &UpdateNewAuthorization{}
tl_update_gen.go#L1639: _ bin.Decoder = &UpdateNewAuthorization{}
tl_update_gen.go#L1640: _ bin.BareEncoder = &UpdateNewAuthorization{}
tl_update_gen.go#L1641: _ bin.BareDecoder = &UpdateNewAuthorization{}
tl_update_gen.go#L1643: _ UpdateClass = &UpdateNewAuthorization{}
tl_update_gen.go#L1646: func (u *UpdateNewAuthorization) Zero() bool {
tl_update_gen.go#L1673: func (u *UpdateNewAuthorization) String() string {
tl_update_gen.go#L1677: type Alias UpdateNewAuthorization
tl_update_gen.go#L1682: func (u *UpdateNewAuthorization) FillFrom(from interface {
tl_update_gen.go#L1708: func (*UpdateNewAuthorization) TypeID() uint32 {
tl_update_gen.go#L1713: func (*UpdateNewAuthorization) TypeName() string {
tl_update_gen.go#L1718: func (u *UpdateNewAuthorization) TypeInfo() tdp.Type {
tl_update_gen.go#L1757: func (u *UpdateNewAuthorization) SetFlags() {
tl_update_gen.go#L1773: func (u *UpdateNewAuthorization) Encode(b *bin.Buffer) error {
tl_update_gen.go#L1782: func (u *UpdateNewAuthorization) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L1804: func (u *UpdateNewAuthorization) Decode(b *bin.Buffer) error {
tl_update_gen.go#L1815: func (u *UpdateNewAuthorization) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L1857: func (u *UpdateNewAuthorization) SetUnconfirmed(value bool) {
tl_update_gen.go#L1868: func (u *UpdateNewAuthorization) GetUnconfirmed() (value bool) {
tl_update_gen.go#L1876: func (u *UpdateNewAuthorization) GetHash() (value int64) {
tl_update_gen.go#L1884: func (u *UpdateNewAuthorization) SetDate(value int) {
tl_update_gen.go#L1891: func (u *UpdateNewAuthorization) GetDate() (value int, ok bool) {
tl_update_gen.go#L1902: func (u *UpdateNewAuthorization) SetDevice(value string) {
tl_update_gen.go#L1909: func (u *UpdateNewAuthorization) GetDevice() (value string, ok bool) {
tl_update_gen.go#L1920: func (u *UpdateNewAuthorization) SetLocation(value string) {
tl_update_gen.go#L1927: func (u *UpdateNewAuthorization) GetLocation() (value string, ok bool) {
tl_update_gen.go#L34256: v := UpdateNewAuthorization{}
tl_update_slices_gen.go#L226: value, ok := elem.(*UpdateNewAuthorization)
tl_update_slices_gen.go#L2702: type UpdateNewAuthorizationArray []UpdateNewAuthorization
tl_update_slices_gen.go#L2705: func (s UpdateNewAuthorizationArray) Sort(less func(a, b UpdateNewAuthorization) bool) UpdateNewAuthorizationArray {
tl_update_slices_gen.go#L2713: func (s UpdateNewAuthorizationArray) SortStable(less func(a, b UpdateNewAuthorization) bool) UpdateNewAuthorizationArray {
tl_update_slices_gen.go#L2721: func (s UpdateNewAuthorizationArray) Retain(keep func(x UpdateNewAuthorization) bool) UpdateNewAuthorizationArray {
tl_update_slices_gen.go#L2735: func (s UpdateNewAuthorizationArray) First() (v UpdateNewAuthorization, ok bool) {
tl_update_slices_gen.go#L2743: func (s UpdateNewAuthorizationArray) Last() (v UpdateNewAuthorization, ok bool) {
tl_update_slices_gen.go#L2751: func (s *UpdateNewAuthorizationArray) PopFirst() (v UpdateNewAuthorization, ok bool) {
tl_update_slices_gen.go#L2761: var zero UpdateNewAuthorization
tl_update_slices_gen.go#L2770: func (s *UpdateNewAuthorizationArray) Pop() (v UpdateNewAuthorization, 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. |