type github.com/gotd/td/internal/mt.PingRequest
18 uses
github.com/gotd/td/internal/mt (current package)
tl_ping_gen.go#L35: type PingRequest struct {
tl_ping_gen.go#L45: _ bin.Encoder = &PingRequest{}
tl_ping_gen.go#L46: _ bin.Decoder = &PingRequest{}
tl_ping_gen.go#L47: _ bin.BareEncoder = &PingRequest{}
tl_ping_gen.go#L48: _ bin.BareDecoder = &PingRequest{}
tl_ping_gen.go#L51: func (p *PingRequest) Zero() bool {
tl_ping_gen.go#L63: func (p *PingRequest) String() string {
tl_ping_gen.go#L67: type Alias PingRequest
tl_ping_gen.go#L74: func (*PingRequest) TypeID() uint32 {
tl_ping_gen.go#L79: func (*PingRequest) TypeName() string {
tl_ping_gen.go#L84: func (p *PingRequest) TypeInfo() tdp.Type {
tl_ping_gen.go#L103: func (p *PingRequest) Encode(b *bin.Buffer) error {
tl_ping_gen.go#L112: func (p *PingRequest) EncodeBare(b *bin.Buffer) error {
tl_ping_gen.go#L121: func (p *PingRequest) Decode(b *bin.Buffer) error {
tl_ping_gen.go#L132: func (p *PingRequest) DecodeBare(b *bin.Buffer) error {
tl_ping_gen.go#L147: func (p *PingRequest) GetPingID() (value int64) {
tl_registry_gen.go#L180: PingRequestTypeID: func() bin.Object { return &PingRequest{} },
github.com/gotd/td/internal/mtproto
ping.go#L26: if err := c.writeServiceMessage(ctx, &mt.PingRequest{PingID: pingID}); err != nil {
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. |