type github.com/gotd/td/internal/mt.ReqDHParamsRequest
24 uses
github.com/gotd/td/internal/mt (current package)
tl_registry_gen.go#L176: ReqDHParamsRequestTypeID: func() bin.Object { return &ReqDHParamsRequest{} },
tl_req_d_h_params_gen.go#L35: type ReqDHParamsRequest struct {
tl_req_d_h_params_gen.go#L55: _ bin.Encoder = &ReqDHParamsRequest{}
tl_req_d_h_params_gen.go#L56: _ bin.Decoder = &ReqDHParamsRequest{}
tl_req_d_h_params_gen.go#L57: _ bin.BareEncoder = &ReqDHParamsRequest{}
tl_req_d_h_params_gen.go#L58: _ bin.BareDecoder = &ReqDHParamsRequest{}
tl_req_d_h_params_gen.go#L61: func (r *ReqDHParamsRequest) Zero() bool {
tl_req_d_h_params_gen.go#L88: func (r *ReqDHParamsRequest) String() string {
tl_req_d_h_params_gen.go#L92: type Alias ReqDHParamsRequest
tl_req_d_h_params_gen.go#L99: func (*ReqDHParamsRequest) TypeID() uint32 {
tl_req_d_h_params_gen.go#L104: func (*ReqDHParamsRequest) TypeName() string {
tl_req_d_h_params_gen.go#L109: func (r *ReqDHParamsRequest) TypeInfo() tdp.Type {
tl_req_d_h_params_gen.go#L148: func (r *ReqDHParamsRequest) Encode(b *bin.Buffer) error {
tl_req_d_h_params_gen.go#L157: func (r *ReqDHParamsRequest) EncodeBare(b *bin.Buffer) error {
tl_req_d_h_params_gen.go#L171: func (r *ReqDHParamsRequest) Decode(b *bin.Buffer) error {
tl_req_d_h_params_gen.go#L182: func (r *ReqDHParamsRequest) DecodeBare(b *bin.Buffer) error {
tl_req_d_h_params_gen.go#L232: func (r *ReqDHParamsRequest) GetNonce() (value bin.Int128) {
tl_req_d_h_params_gen.go#L240: func (r *ReqDHParamsRequest) GetServerNonce() (value bin.Int128) {
tl_req_d_h_params_gen.go#L248: func (r *ReqDHParamsRequest) GetP() (value []byte) {
tl_req_d_h_params_gen.go#L256: func (r *ReqDHParamsRequest) GetQ() (value []byte) {
tl_req_d_h_params_gen.go#L264: func (r *ReqDHParamsRequest) GetPublicKeyFingerprint() (value int64) {
tl_req_d_h_params_gen.go#L272: func (r *ReqDHParamsRequest) GetEncryptedData() (value []byte) {
github.com/gotd/td/internal/exchange
client_flow.go#L112: reqDHParams := &mt.ReqDHParamsRequest{
server_flow.go#L76: DH mt.ReqDHParamsRequest
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. |