type github.com/gotd/td/tg.URLAuthResultAccepted
31 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4526: URLAuthResultAcceptedTypeID: func() bin.Object { return &URLAuthResultAccepted{} },
tl_url_auth_result_gen.go#L272: type URLAuthResultAccepted struct {
tl_url_auth_result_gen.go#L281: func (u URLAuthResultAccepted) construct() URLAuthResultClass { return &u }
tl_url_auth_result_gen.go#L285: _ bin.Encoder = &URLAuthResultAccepted{}
tl_url_auth_result_gen.go#L286: _ bin.Decoder = &URLAuthResultAccepted{}
tl_url_auth_result_gen.go#L287: _ bin.BareEncoder = &URLAuthResultAccepted{}
tl_url_auth_result_gen.go#L288: _ bin.BareDecoder = &URLAuthResultAccepted{}
tl_url_auth_result_gen.go#L290: _ URLAuthResultClass = &URLAuthResultAccepted{}
tl_url_auth_result_gen.go#L293: func (u *URLAuthResultAccepted) Zero() bool {
tl_url_auth_result_gen.go#L305: func (u *URLAuthResultAccepted) String() string {
tl_url_auth_result_gen.go#L309: type Alias URLAuthResultAccepted
tl_url_auth_result_gen.go#L314: func (u *URLAuthResultAccepted) FillFrom(from interface {
tl_url_auth_result_gen.go#L323: func (*URLAuthResultAccepted) TypeID() uint32 {
tl_url_auth_result_gen.go#L328: func (*URLAuthResultAccepted) TypeName() string {
tl_url_auth_result_gen.go#L333: func (u *URLAuthResultAccepted) TypeInfo() tdp.Type {
tl_url_auth_result_gen.go#L352: func (u *URLAuthResultAccepted) Encode(b *bin.Buffer) error {
tl_url_auth_result_gen.go#L361: func (u *URLAuthResultAccepted) EncodeBare(b *bin.Buffer) error {
tl_url_auth_result_gen.go#L370: func (u *URLAuthResultAccepted) Decode(b *bin.Buffer) error {
tl_url_auth_result_gen.go#L381: func (u *URLAuthResultAccepted) DecodeBare(b *bin.Buffer) error {
tl_url_auth_result_gen.go#L396: func (u *URLAuthResultAccepted) GetURL() (value string) {
tl_url_auth_result_gen.go#L562: v := URLAuthResultAccepted{}
tl_url_auth_result_slices_gen.go#L135: value, ok := elem.(*URLAuthResultAccepted)
tl_url_auth_result_slices_gen.go#L228: type URLAuthResultAcceptedArray []URLAuthResultAccepted
tl_url_auth_result_slices_gen.go#L231: func (s URLAuthResultAcceptedArray) Sort(less func(a, b URLAuthResultAccepted) bool) URLAuthResultAcceptedArray {
tl_url_auth_result_slices_gen.go#L239: func (s URLAuthResultAcceptedArray) SortStable(less func(a, b URLAuthResultAccepted) bool) URLAuthResultAcceptedArray {
tl_url_auth_result_slices_gen.go#L247: func (s URLAuthResultAcceptedArray) Retain(keep func(x URLAuthResultAccepted) bool) URLAuthResultAcceptedArray {
tl_url_auth_result_slices_gen.go#L261: func (s URLAuthResultAcceptedArray) First() (v URLAuthResultAccepted, ok bool) {
tl_url_auth_result_slices_gen.go#L269: func (s URLAuthResultAcceptedArray) Last() (v URLAuthResultAccepted, ok bool) {
tl_url_auth_result_slices_gen.go#L277: func (s *URLAuthResultAcceptedArray) PopFirst() (v URLAuthResultAccepted, ok bool) {
tl_url_auth_result_slices_gen.go#L287: var zero URLAuthResultAccepted
tl_url_auth_result_slices_gen.go#L296: func (s *URLAuthResultAcceptedArray) Pop() (v URLAuthResultAccepted, ok bool) {
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. |