type github.com/gotd/td/internal/mt.HTTPWaitRequest
19 uses
github.com/gotd/td/internal/mt (current package)
tl_http_wait_gen.go#L35: type HTTPWaitRequest struct {
tl_http_wait_gen.go#L49: _ bin.Encoder = &HTTPWaitRequest{}
tl_http_wait_gen.go#L50: _ bin.Decoder = &HTTPWaitRequest{}
tl_http_wait_gen.go#L51: _ bin.BareEncoder = &HTTPWaitRequest{}
tl_http_wait_gen.go#L52: _ bin.BareDecoder = &HTTPWaitRequest{}
tl_http_wait_gen.go#L55: func (h *HTTPWaitRequest) Zero() bool {
tl_http_wait_gen.go#L73: func (h *HTTPWaitRequest) String() string {
tl_http_wait_gen.go#L77: type Alias HTTPWaitRequest
tl_http_wait_gen.go#L84: func (*HTTPWaitRequest) TypeID() uint32 {
tl_http_wait_gen.go#L89: func (*HTTPWaitRequest) TypeName() string {
tl_http_wait_gen.go#L94: func (h *HTTPWaitRequest) TypeInfo() tdp.Type {
tl_http_wait_gen.go#L121: func (h *HTTPWaitRequest) Encode(b *bin.Buffer) error {
tl_http_wait_gen.go#L130: func (h *HTTPWaitRequest) EncodeBare(b *bin.Buffer) error {
tl_http_wait_gen.go#L141: func (h *HTTPWaitRequest) Decode(b *bin.Buffer) error {
tl_http_wait_gen.go#L152: func (h *HTTPWaitRequest) DecodeBare(b *bin.Buffer) error {
tl_http_wait_gen.go#L181: func (h *HTTPWaitRequest) GetMaxDelay() (value int) {
tl_http_wait_gen.go#L189: func (h *HTTPWaitRequest) GetWaitAfter() (value int) {
tl_http_wait_gen.go#L197: func (h *HTTPWaitRequest) GetMaxWait() (value int) {
tl_registry_gen.go#L183: HTTPWaitRequestTypeID: func() bin.Object { return &HTTPWaitRequest{} },
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. |