type github.com/gotd/td/tg.InvokeWithTakeoutRequest
19 uses
github.com/gotd/td/tg (current package)
tl_invoke_with_takeout_gen.go#L41: type InvokeWithTakeoutRequest struct {
tl_invoke_with_takeout_gen.go#L56: _ bin.Encoder = &InvokeWithTakeoutRequest{}
tl_invoke_with_takeout_gen.go#L57: _ bin.Decoder = &InvokeWithTakeoutRequest{}
tl_invoke_with_takeout_gen.go#L58: _ bin.BareEncoder = &InvokeWithTakeoutRequest{}
tl_invoke_with_takeout_gen.go#L59: _ bin.BareDecoder = &InvokeWithTakeoutRequest{}
tl_invoke_with_takeout_gen.go#L62: func (i *InvokeWithTakeoutRequest) Zero() bool {
tl_invoke_with_takeout_gen.go#L77: func (i *InvokeWithTakeoutRequest) String() string {
tl_invoke_with_takeout_gen.go#L81: type Alias InvokeWithTakeoutRequest
tl_invoke_with_takeout_gen.go#L86: func (i *InvokeWithTakeoutRequest) FillFrom(from interface {
tl_invoke_with_takeout_gen.go#L97: func (*InvokeWithTakeoutRequest) TypeID() uint32 {
tl_invoke_with_takeout_gen.go#L102: func (*InvokeWithTakeoutRequest) TypeName() string {
tl_invoke_with_takeout_gen.go#L107: func (i *InvokeWithTakeoutRequest) TypeInfo() tdp.Type {
tl_invoke_with_takeout_gen.go#L130: func (i *InvokeWithTakeoutRequest) Encode(b *bin.Buffer) error {
tl_invoke_with_takeout_gen.go#L139: func (i *InvokeWithTakeoutRequest) EncodeBare(b *bin.Buffer) error {
tl_invoke_with_takeout_gen.go#L151: func (i *InvokeWithTakeoutRequest) Decode(b *bin.Buffer) error {
tl_invoke_with_takeout_gen.go#L162: func (i *InvokeWithTakeoutRequest) DecodeBare(b *bin.Buffer) error {
tl_invoke_with_takeout_gen.go#L182: func (i *InvokeWithTakeoutRequest) GetTakeoutID() (value int64) {
tl_invoke_with_takeout_gen.go#L190: func (i *InvokeWithTakeoutRequest) GetQuery() (value bin.Object) {
tl_registry_gen.go#L4810: InvokeWithTakeoutRequestTypeID: func() bin.Object { return &InvokeWithTakeoutRequest{} },
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. |