type github.com/gotd/td/tg.InvokeWithoutUpdatesRequest
19 uses
github.com/gotd/td/tg (current package)
tl_invoke_without_updates_gen.go#L43: type InvokeWithoutUpdatesRequest struct {
tl_invoke_without_updates_gen.go#L53: _ bin.Encoder = &InvokeWithoutUpdatesRequest{}
tl_invoke_without_updates_gen.go#L54: _ bin.Decoder = &InvokeWithoutUpdatesRequest{}
tl_invoke_without_updates_gen.go#L55: _ bin.BareEncoder = &InvokeWithoutUpdatesRequest{}
tl_invoke_without_updates_gen.go#L56: _ bin.BareDecoder = &InvokeWithoutUpdatesRequest{}
tl_invoke_without_updates_gen.go#L59: func (i *InvokeWithoutUpdatesRequest) Zero() bool {
tl_invoke_without_updates_gen.go#L71: func (i *InvokeWithoutUpdatesRequest) String() string {
tl_invoke_without_updates_gen.go#L75: type Alias InvokeWithoutUpdatesRequest
tl_invoke_without_updates_gen.go#L80: func (i *InvokeWithoutUpdatesRequest) FillFrom(from interface {
tl_invoke_without_updates_gen.go#L89: func (*InvokeWithoutUpdatesRequest) TypeID() uint32 {
tl_invoke_without_updates_gen.go#L94: func (*InvokeWithoutUpdatesRequest) TypeName() string {
tl_invoke_without_updates_gen.go#L99: func (i *InvokeWithoutUpdatesRequest) TypeInfo() tdp.Type {
tl_invoke_without_updates_gen.go#L118: func (i *InvokeWithoutUpdatesRequest) Encode(b *bin.Buffer) error {
tl_invoke_without_updates_gen.go#L127: func (i *InvokeWithoutUpdatesRequest) EncodeBare(b *bin.Buffer) error {
tl_invoke_without_updates_gen.go#L138: func (i *InvokeWithoutUpdatesRequest) Decode(b *bin.Buffer) error {
tl_invoke_without_updates_gen.go#L149: func (i *InvokeWithoutUpdatesRequest) DecodeBare(b *bin.Buffer) error {
tl_invoke_without_updates_gen.go#L162: func (i *InvokeWithoutUpdatesRequest) GetQuery() (value bin.Object) {
tl_registry_gen.go#L4808: InvokeWithoutUpdatesRequestTypeID: func() bin.Object { return &InvokeWithoutUpdatesRequest{} },
github.com/gotd/td/telegram/internal/manager
conn.go#L182: return &tg.InvokeWithoutUpdatesRequest{
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. |