type github.com/gotd/td/tg.PhoneJoinGroupCallPresentationRequest
22 uses
github.com/gotd/td/tg (current package)
tl_phone_join_group_call_presentation_gen.go#L38: type PhoneJoinGroupCallPresentationRequest struct {
tl_phone_join_group_call_presentation_gen.go#L50: _ bin.Encoder = &PhoneJoinGroupCallPresentationRequest{}
tl_phone_join_group_call_presentation_gen.go#L51: _ bin.Decoder = &PhoneJoinGroupCallPresentationRequest{}
tl_phone_join_group_call_presentation_gen.go#L52: _ bin.BareEncoder = &PhoneJoinGroupCallPresentationRequest{}
tl_phone_join_group_call_presentation_gen.go#L53: _ bin.BareDecoder = &PhoneJoinGroupCallPresentationRequest{}
tl_phone_join_group_call_presentation_gen.go#L56: func (j *PhoneJoinGroupCallPresentationRequest) Zero() bool {
tl_phone_join_group_call_presentation_gen.go#L71: func (j *PhoneJoinGroupCallPresentationRequest) String() string {
tl_phone_join_group_call_presentation_gen.go#L75: type Alias PhoneJoinGroupCallPresentationRequest
tl_phone_join_group_call_presentation_gen.go#L80: func (j *PhoneJoinGroupCallPresentationRequest) FillFrom(from interface {
tl_phone_join_group_call_presentation_gen.go#L91: func (*PhoneJoinGroupCallPresentationRequest) TypeID() uint32 {
tl_phone_join_group_call_presentation_gen.go#L96: func (*PhoneJoinGroupCallPresentationRequest) TypeName() string {
tl_phone_join_group_call_presentation_gen.go#L101: func (j *PhoneJoinGroupCallPresentationRequest) TypeInfo() tdp.Type {
tl_phone_join_group_call_presentation_gen.go#L124: func (j *PhoneJoinGroupCallPresentationRequest) Encode(b *bin.Buffer) error {
tl_phone_join_group_call_presentation_gen.go#L133: func (j *PhoneJoinGroupCallPresentationRequest) EncodeBare(b *bin.Buffer) error {
tl_phone_join_group_call_presentation_gen.go#L147: func (j *PhoneJoinGroupCallPresentationRequest) Decode(b *bin.Buffer) error {
tl_phone_join_group_call_presentation_gen.go#L158: func (j *PhoneJoinGroupCallPresentationRequest) DecodeBare(b *bin.Buffer) error {
tl_phone_join_group_call_presentation_gen.go#L176: func (j *PhoneJoinGroupCallPresentationRequest) GetCall() (value InputGroupCall) {
tl_phone_join_group_call_presentation_gen.go#L184: func (j *PhoneJoinGroupCallPresentationRequest) GetParams() (value DataJSON) {
tl_phone_join_group_call_presentation_gen.go#L199: func (c *Client) PhoneJoinGroupCallPresentation(ctx context.Context, request *PhoneJoinGroupCallPresentationRequest) (UpdatesClass, error) {
tl_registry_gen.go#L5309: PhoneJoinGroupCallPresentationRequestTypeID: func() bin.Object { return &PhoneJoinGroupCallPresentationRequest{} },
tl_server_gen.go#L9094: func (s *ServerDispatcher) OnPhoneJoinGroupCallPresentation(f func(ctx context.Context, request *PhoneJoinGroupCallPresentationRequest) (UpdatesClass, error)) {
tl_server_gen.go#L9096: var request PhoneJoinGroupCallPresentationRequest
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. |