type github.com/gotd/td/tg.InputGroupCallStream

38 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_gen.go#L1822: type InputGroupCallStream struct {
		tl_input_file_location_gen.go#L1849: func (i InputGroupCallStream) construct() InputFileLocationClass { return &i }
		tl_input_file_location_gen.go#L1853: 	_ bin.Encoder     = &InputGroupCallStream{}
		tl_input_file_location_gen.go#L1854: 	_ bin.Decoder     = &InputGroupCallStream{}
		tl_input_file_location_gen.go#L1855: 	_ bin.BareEncoder = &InputGroupCallStream{}
		tl_input_file_location_gen.go#L1856: 	_ bin.BareDecoder = &InputGroupCallStream{}
		tl_input_file_location_gen.go#L1858: 	_ InputFileLocationClass = &InputGroupCallStream{}
		tl_input_file_location_gen.go#L1861: func (i *InputGroupCallStream) Zero() bool {
		tl_input_file_location_gen.go#L1888: func (i *InputGroupCallStream) String() string {
		tl_input_file_location_gen.go#L1892: 	type Alias InputGroupCallStream
		tl_input_file_location_gen.go#L1897: func (i *InputGroupCallStream) FillFrom(from interface {
		tl_input_file_location_gen.go#L1920: func (*InputGroupCallStream) TypeID() uint32 {
		tl_input_file_location_gen.go#L1925: func (*InputGroupCallStream) TypeName() string {
		tl_input_file_location_gen.go#L1930: func (i *InputGroupCallStream) TypeInfo() tdp.Type {
		tl_input_file_location_gen.go#L1967: func (i *InputGroupCallStream) SetFlags() {
		tl_input_file_location_gen.go#L1977: func (i *InputGroupCallStream) Encode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L1986: func (i *InputGroupCallStream) EncodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2009: func (i *InputGroupCallStream) Decode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2020: func (i *InputGroupCallStream) DecodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2066: func (i *InputGroupCallStream) GetCall() (value InputGroupCall) {
		tl_input_file_location_gen.go#L2074: func (i *InputGroupCallStream) GetTimeMs() (value int64) {
		tl_input_file_location_gen.go#L2082: func (i *InputGroupCallStream) GetScale() (value int) {
		tl_input_file_location_gen.go#L2090: func (i *InputGroupCallStream) SetVideoChannel(value int) {
		tl_input_file_location_gen.go#L2097: func (i *InputGroupCallStream) GetVideoChannel() (value int, ok bool) {
		tl_input_file_location_gen.go#L2108: func (i *InputGroupCallStream) SetVideoQuality(value int) {
		tl_input_file_location_gen.go#L2115: func (i *InputGroupCallStream) GetVideoQuality() (value int, ok bool) {
		tl_input_file_location_gen.go#L2683: 		v := InputGroupCallStream{}
		tl_input_file_location_slices_gen.go#L226: 		value, ok := elem.(*InputGroupCallStream)
		tl_input_file_location_slices_gen.go#L1059: type InputGroupCallStreamArray []InputGroupCallStream
		tl_input_file_location_slices_gen.go#L1062: func (s InputGroupCallStreamArray) Sort(less func(a, b InputGroupCallStream) bool) InputGroupCallStreamArray {
		tl_input_file_location_slices_gen.go#L1070: func (s InputGroupCallStreamArray) SortStable(less func(a, b InputGroupCallStream) bool) InputGroupCallStreamArray {
		tl_input_file_location_slices_gen.go#L1078: func (s InputGroupCallStreamArray) Retain(keep func(x InputGroupCallStream) bool) InputGroupCallStreamArray {
		tl_input_file_location_slices_gen.go#L1092: func (s InputGroupCallStreamArray) First() (v InputGroupCallStream, ok bool) {
		tl_input_file_location_slices_gen.go#L1100: func (s InputGroupCallStreamArray) Last() (v InputGroupCallStream, ok bool) {
		tl_input_file_location_slices_gen.go#L1108: func (s *InputGroupCallStreamArray) PopFirst() (v InputGroupCallStream, ok bool) {
		tl_input_file_location_slices_gen.go#L1118: 	var zero InputGroupCallStream
		tl_input_file_location_slices_gen.go#L1127: func (s *InputGroupCallStreamArray) Pop() (v InputGroupCallStream, ok bool) {
		tl_registry_gen.go#L3656: 		InputGroupCallStreamTypeID:                               func() bin.Object { return &InputGroupCallStream{} },