type github.com/gotd/td/tg.InvokeWithLayerRequest
20 uses
github.com/gotd/td/tg (current package)
tl_invoke_with_layer_gen.go#L41: type InvokeWithLayerRequest struct {
tl_invoke_with_layer_gen.go#L53: _ bin.Encoder = &InvokeWithLayerRequest{}
tl_invoke_with_layer_gen.go#L54: _ bin.Decoder = &InvokeWithLayerRequest{}
tl_invoke_with_layer_gen.go#L55: _ bin.BareEncoder = &InvokeWithLayerRequest{}
tl_invoke_with_layer_gen.go#L56: _ bin.BareDecoder = &InvokeWithLayerRequest{}
tl_invoke_with_layer_gen.go#L59: func (i *InvokeWithLayerRequest) Zero() bool {
tl_invoke_with_layer_gen.go#L74: func (i *InvokeWithLayerRequest) String() string {
tl_invoke_with_layer_gen.go#L78: type Alias InvokeWithLayerRequest
tl_invoke_with_layer_gen.go#L83: func (i *InvokeWithLayerRequest) FillFrom(from interface {
tl_invoke_with_layer_gen.go#L94: func (*InvokeWithLayerRequest) TypeID() uint32 {
tl_invoke_with_layer_gen.go#L99: func (*InvokeWithLayerRequest) TypeName() string {
tl_invoke_with_layer_gen.go#L104: func (i *InvokeWithLayerRequest) TypeInfo() tdp.Type {
tl_invoke_with_layer_gen.go#L127: func (i *InvokeWithLayerRequest) Encode(b *bin.Buffer) error {
tl_invoke_with_layer_gen.go#L136: func (i *InvokeWithLayerRequest) EncodeBare(b *bin.Buffer) error {
tl_invoke_with_layer_gen.go#L148: func (i *InvokeWithLayerRequest) Decode(b *bin.Buffer) error {
tl_invoke_with_layer_gen.go#L159: func (i *InvokeWithLayerRequest) DecodeBare(b *bin.Buffer) error {
tl_invoke_with_layer_gen.go#L179: func (i *InvokeWithLayerRequest) GetLayer() (value int) {
tl_invoke_with_layer_gen.go#L187: func (i *InvokeWithLayerRequest) GetQuery() (value bin.Object) {
tl_registry_gen.go#L4807: InvokeWithLayerRequestTypeID: func() bin.Object { return &InvokeWithLayerRequest{} },
github.com/gotd/td/telegram/internal/manager
conn.go#L205: req := c.wrapRequest(&tg.InvokeWithLayerRequest{
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. |