type github.com/gotd/td/tg.URLAuthResultClass
23 uses
github.com/gotd/td/tg (current package)
tl_messages_accept_url_auth_gen.go#L499: func (c *Client) MessagesAcceptURLAuth(ctx context.Context, request *MessagesAcceptURLAuthRequest) (URLAuthResultClass, error) {
tl_messages_request_url_auth_gen.go#L423: func (c *Client) MessagesRequestURLAuth(ctx context.Context, request *MessagesRequestURLAuthRequest) (URLAuthResultClass, error) {
tl_server_gen.go#L5500: func (s *ServerDispatcher) OnMessagesRequestURLAuth(f func(ctx context.Context, request *MessagesRequestURLAuthRequest) (URLAuthResultClass, error)) {
tl_server_gen.go#L5517: func (s *ServerDispatcher) OnMessagesAcceptURLAuth(f func(ctx context.Context, request *MessagesAcceptURLAuthRequest) (URLAuthResultClass, error)) {
tl_url_auth_result_gen.go#L120: func (u URLAuthResultRequest) construct() URLAuthResultClass { return &u }
tl_url_auth_result_gen.go#L129: _ URLAuthResultClass = &URLAuthResultRequest{}
tl_url_auth_result_gen.go#L771: func (u URLAuthResultAccepted) construct() URLAuthResultClass { return &u }
tl_url_auth_result_gen.go#L780: _ URLAuthResultClass = &URLAuthResultAccepted{}
tl_url_auth_result_gen.go#L942: func (u URLAuthResultDefault) construct() URLAuthResultClass { return &u }
tl_url_auth_result_gen.go#L951: _ URLAuthResultClass = &URLAuthResultDefault{}
tl_url_auth_result_gen.go#L1057: type URLAuthResultClass interface {
tl_url_auth_result_gen.go#L1062: construct() URLAuthResultClass
tl_url_auth_result_gen.go#L1077: func DecodeURLAuthResult(buf *bin.Buffer) (URLAuthResultClass, error) {
tl_url_auth_result_gen.go#L1111: UrlAuthResult URLAuthResultClass
tl_url_auth_result_slices_gen.go#L38: type URLAuthResultClassArray []URLAuthResultClass
tl_url_auth_result_slices_gen.go#L41: func (s URLAuthResultClassArray) Sort(less func(a, b URLAuthResultClass) bool) URLAuthResultClassArray {
tl_url_auth_result_slices_gen.go#L49: func (s URLAuthResultClassArray) SortStable(less func(a, b URLAuthResultClass) bool) URLAuthResultClassArray {
tl_url_auth_result_slices_gen.go#L57: func (s URLAuthResultClassArray) Retain(keep func(x URLAuthResultClass) bool) URLAuthResultClassArray {
tl_url_auth_result_slices_gen.go#L71: func (s URLAuthResultClassArray) First() (v URLAuthResultClass, ok bool) {
tl_url_auth_result_slices_gen.go#L79: func (s URLAuthResultClassArray) Last() (v URLAuthResultClass, ok bool) {
tl_url_auth_result_slices_gen.go#L87: func (s *URLAuthResultClassArray) PopFirst() (v URLAuthResultClass, ok bool) {
tl_url_auth_result_slices_gen.go#L97: var zero URLAuthResultClass
tl_url_auth_result_slices_gen.go#L106: func (s *URLAuthResultClassArray) Pop() (v URLAuthResultClass, 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. |