type github.com/gotd/td/tg.PhoneJoinGroupCallPresentationRequest
22 uses
github.com/gotd/td/tg (current package)
tl_phone_join_group_call_presentation_gen.go#L41: type PhoneJoinGroupCallPresentationRequest struct {
tl_phone_join_group_call_presentation_gen.go#L53: _ bin.Encoder = &PhoneJoinGroupCallPresentationRequest{}
tl_phone_join_group_call_presentation_gen.go#L54: _ bin.Decoder = &PhoneJoinGroupCallPresentationRequest{}
tl_phone_join_group_call_presentation_gen.go#L55: _ bin.BareEncoder = &PhoneJoinGroupCallPresentationRequest{}
tl_phone_join_group_call_presentation_gen.go#L56: _ bin.BareDecoder = &PhoneJoinGroupCallPresentationRequest{}
tl_phone_join_group_call_presentation_gen.go#L59: func (j *PhoneJoinGroupCallPresentationRequest) Zero() bool {
tl_phone_join_group_call_presentation_gen.go#L74: func (j *PhoneJoinGroupCallPresentationRequest) String() string {
tl_phone_join_group_call_presentation_gen.go#L78: type Alias PhoneJoinGroupCallPresentationRequest
tl_phone_join_group_call_presentation_gen.go#L83: func (j *PhoneJoinGroupCallPresentationRequest) FillFrom(from interface {
tl_phone_join_group_call_presentation_gen.go#L94: func (*PhoneJoinGroupCallPresentationRequest) TypeID() uint32 {
tl_phone_join_group_call_presentation_gen.go#L99: func (*PhoneJoinGroupCallPresentationRequest) TypeName() string {
tl_phone_join_group_call_presentation_gen.go#L104: func (j *PhoneJoinGroupCallPresentationRequest) TypeInfo() tdp.Type {
tl_phone_join_group_call_presentation_gen.go#L127: func (j *PhoneJoinGroupCallPresentationRequest) Encode(b *bin.Buffer) error {
tl_phone_join_group_call_presentation_gen.go#L136: func (j *PhoneJoinGroupCallPresentationRequest) EncodeBare(b *bin.Buffer) error {
tl_phone_join_group_call_presentation_gen.go#L153: func (j *PhoneJoinGroupCallPresentationRequest) Decode(b *bin.Buffer) error {
tl_phone_join_group_call_presentation_gen.go#L164: func (j *PhoneJoinGroupCallPresentationRequest) DecodeBare(b *bin.Buffer) error {
tl_phone_join_group_call_presentation_gen.go#L184: func (j *PhoneJoinGroupCallPresentationRequest) GetCall() (value InputGroupCallClass) {
tl_phone_join_group_call_presentation_gen.go#L192: func (j *PhoneJoinGroupCallPresentationRequest) GetParams() (value DataJSON) {
tl_phone_join_group_call_presentation_gen.go#L211: func (c *Client) PhoneJoinGroupCallPresentation(ctx context.Context, request *PhoneJoinGroupCallPresentationRequest) (UpdatesClass, error) {
tl_registry_gen.go#L7314: PhoneJoinGroupCallPresentationRequestTypeID: func() bin.Object { return &PhoneJoinGroupCallPresentationRequest{} },
tl_server_gen.go#L12519: func (s *ServerDispatcher) OnPhoneJoinGroupCallPresentation(f func(ctx context.Context, request *PhoneJoinGroupCallPresentationRequest) (UpdatesClass, error)) {
tl_server_gen.go#L12521: var request PhoneJoinGroupCallPresentationRequest
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |