type github.com/gotd/td/internal/mt.ReqPqRequest
18 uses
github.com/gotd/td/internal/mt (current package)
tl_registry_gen.go#L174: ReqPqRequestTypeID: func() bin.Object { return &ReqPqRequest{} },
tl_req_pq_gen.go#L35: type ReqPqRequest struct {
tl_req_pq_gen.go#L45: _ bin.Encoder = &ReqPqRequest{}
tl_req_pq_gen.go#L46: _ bin.Decoder = &ReqPqRequest{}
tl_req_pq_gen.go#L47: _ bin.BareEncoder = &ReqPqRequest{}
tl_req_pq_gen.go#L48: _ bin.BareDecoder = &ReqPqRequest{}
tl_req_pq_gen.go#L51: func (r *ReqPqRequest) Zero() bool {
tl_req_pq_gen.go#L63: func (r *ReqPqRequest) String() string {
tl_req_pq_gen.go#L67: type Alias ReqPqRequest
tl_req_pq_gen.go#L74: func (*ReqPqRequest) TypeID() uint32 {
tl_req_pq_gen.go#L79: func (*ReqPqRequest) TypeName() string {
tl_req_pq_gen.go#L84: func (r *ReqPqRequest) TypeInfo() tdp.Type {
tl_req_pq_gen.go#L103: func (r *ReqPqRequest) Encode(b *bin.Buffer) error {
tl_req_pq_gen.go#L112: func (r *ReqPqRequest) EncodeBare(b *bin.Buffer) error {
tl_req_pq_gen.go#L121: func (r *ReqPqRequest) Decode(b *bin.Buffer) error {
tl_req_pq_gen.go#L132: func (r *ReqPqRequest) DecodeBare(b *bin.Buffer) error {
tl_req_pq_gen.go#L147: func (r *ReqPqRequest) GetNonce() (value bin.Int128) {
github.com/gotd/td/internal/exchange
server_flow.go#L48: legacy mt.ReqPqRequest
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. |