type github.com/gotd/td/tg.PhoneGroupCallStreamRtmpURL
22 uses
github.com/gotd/td/tg (current package)
tl_phone_get_group_call_stream_rtmp_url_gen.go#L212: func (c *Client) PhoneGetGroupCallStreamRtmpURL(ctx context.Context, request *PhoneGetGroupCallStreamRtmpURLRequest) (*PhoneGroupCallStreamRtmpURL, error) {
tl_phone_get_group_call_stream_rtmp_url_gen.go#L213: var result PhoneGroupCallStreamRtmpURL
tl_phone_group_call_stream_rtmp_url_gen.go#L38: type PhoneGroupCallStreamRtmpURL struct {
tl_phone_group_call_stream_rtmp_url_gen.go#L50: _ bin.Encoder = &PhoneGroupCallStreamRtmpURL{}
tl_phone_group_call_stream_rtmp_url_gen.go#L51: _ bin.Decoder = &PhoneGroupCallStreamRtmpURL{}
tl_phone_group_call_stream_rtmp_url_gen.go#L52: _ bin.BareEncoder = &PhoneGroupCallStreamRtmpURL{}
tl_phone_group_call_stream_rtmp_url_gen.go#L53: _ bin.BareDecoder = &PhoneGroupCallStreamRtmpURL{}
tl_phone_group_call_stream_rtmp_url_gen.go#L56: func (g *PhoneGroupCallStreamRtmpURL) Zero() bool {
tl_phone_group_call_stream_rtmp_url_gen.go#L71: func (g *PhoneGroupCallStreamRtmpURL) String() string {
tl_phone_group_call_stream_rtmp_url_gen.go#L75: type Alias PhoneGroupCallStreamRtmpURL
tl_phone_group_call_stream_rtmp_url_gen.go#L80: func (g *PhoneGroupCallStreamRtmpURL) FillFrom(from interface {
tl_phone_group_call_stream_rtmp_url_gen.go#L91: func (*PhoneGroupCallStreamRtmpURL) TypeID() uint32 {
tl_phone_group_call_stream_rtmp_url_gen.go#L96: func (*PhoneGroupCallStreamRtmpURL) TypeName() string {
tl_phone_group_call_stream_rtmp_url_gen.go#L101: func (g *PhoneGroupCallStreamRtmpURL) TypeInfo() tdp.Type {
tl_phone_group_call_stream_rtmp_url_gen.go#L124: func (g *PhoneGroupCallStreamRtmpURL) Encode(b *bin.Buffer) error {
tl_phone_group_call_stream_rtmp_url_gen.go#L133: func (g *PhoneGroupCallStreamRtmpURL) EncodeBare(b *bin.Buffer) error {
tl_phone_group_call_stream_rtmp_url_gen.go#L143: func (g *PhoneGroupCallStreamRtmpURL) Decode(b *bin.Buffer) error {
tl_phone_group_call_stream_rtmp_url_gen.go#L154: func (g *PhoneGroupCallStreamRtmpURL) DecodeBare(b *bin.Buffer) error {
tl_phone_group_call_stream_rtmp_url_gen.go#L176: func (g *PhoneGroupCallStreamRtmpURL) GetURL() (value string) {
tl_phone_group_call_stream_rtmp_url_gen.go#L184: func (g *PhoneGroupCallStreamRtmpURL) GetKey() (value string) {
tl_registry_gen.go#L4646: PhoneGroupCallStreamRtmpURLTypeID: func() bin.Object { return &PhoneGroupCallStreamRtmpURL{} },
tl_server_gen.go#L9145: func (s *ServerDispatcher) OnPhoneGetGroupCallStreamRtmpURL(f func(ctx context.Context, request *PhoneGetGroupCallStreamRtmpURLRequest) (*PhoneGroupCallStreamRtmpURL, error)) {
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. |