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

42 uses

	github.com/gotd/td/tg (current package)
		tl_group_call_gen.go#L38: type GroupCallDiscarded struct {
		tl_group_call_gen.go#L51: func (g GroupCallDiscarded) construct() GroupCallClass { return &g }
		tl_group_call_gen.go#L55: 	_ bin.Encoder     = &GroupCallDiscarded{}
		tl_group_call_gen.go#L56: 	_ bin.Decoder     = &GroupCallDiscarded{}
		tl_group_call_gen.go#L57: 	_ bin.BareEncoder = &GroupCallDiscarded{}
		tl_group_call_gen.go#L58: 	_ bin.BareDecoder = &GroupCallDiscarded{}
		tl_group_call_gen.go#L60: 	_ GroupCallClass = &GroupCallDiscarded{}
		tl_group_call_gen.go#L63: func (g *GroupCallDiscarded) Zero() bool {
		tl_group_call_gen.go#L81: func (g *GroupCallDiscarded) String() string {
		tl_group_call_gen.go#L85: 	type Alias GroupCallDiscarded
		tl_group_call_gen.go#L90: func (g *GroupCallDiscarded) FillFrom(from interface {
		tl_group_call_gen.go#L103: func (*GroupCallDiscarded) TypeID() uint32 {
		tl_group_call_gen.go#L108: func (*GroupCallDiscarded) TypeName() string {
		tl_group_call_gen.go#L113: func (g *GroupCallDiscarded) TypeInfo() tdp.Type {
		tl_group_call_gen.go#L140: func (g *GroupCallDiscarded) Encode(b *bin.Buffer) error {
		tl_group_call_gen.go#L149: func (g *GroupCallDiscarded) EncodeBare(b *bin.Buffer) error {
		tl_group_call_gen.go#L160: func (g *GroupCallDiscarded) Decode(b *bin.Buffer) error {
		tl_group_call_gen.go#L171: func (g *GroupCallDiscarded) DecodeBare(b *bin.Buffer) error {
		tl_group_call_gen.go#L200: func (g *GroupCallDiscarded) GetID() (value int64) {
		tl_group_call_gen.go#L208: func (g *GroupCallDiscarded) GetAccessHash() (value int64) {
		tl_group_call_gen.go#L216: func (g *GroupCallDiscarded) GetDuration() (value int) {
		tl_group_call_gen.go#L1078: 		v := GroupCallDiscarded{}
		tl_group_call_slices_gen.go#L134: func (s GroupCallClassArray) FillGroupCallDiscardedMap(to map[int64]*GroupCallDiscarded) {
		tl_group_call_slices_gen.go#L136: 		value, ok := elem.(*GroupCallDiscarded)
		tl_group_call_slices_gen.go#L145: func (s GroupCallClassArray) GroupCallDiscardedToMap() map[int64]*GroupCallDiscarded {
		tl_group_call_slices_gen.go#L146: 	r := make(map[int64]*GroupCallDiscarded, len(s))
		tl_group_call_slices_gen.go#L154: 		value, ok := elem.(*GroupCallDiscarded)
		tl_group_call_slices_gen.go#L196: type GroupCallDiscardedArray []GroupCallDiscarded
		tl_group_call_slices_gen.go#L199: func (s GroupCallDiscardedArray) Sort(less func(a, b GroupCallDiscarded) bool) GroupCallDiscardedArray {
		tl_group_call_slices_gen.go#L207: func (s GroupCallDiscardedArray) SortStable(less func(a, b GroupCallDiscarded) bool) GroupCallDiscardedArray {
		tl_group_call_slices_gen.go#L215: func (s GroupCallDiscardedArray) Retain(keep func(x GroupCallDiscarded) bool) GroupCallDiscardedArray {
		tl_group_call_slices_gen.go#L229: func (s GroupCallDiscardedArray) First() (v GroupCallDiscarded, ok bool) {
		tl_group_call_slices_gen.go#L237: func (s GroupCallDiscardedArray) Last() (v GroupCallDiscarded, ok bool) {
		tl_group_call_slices_gen.go#L245: func (s *GroupCallDiscardedArray) PopFirst() (v GroupCallDiscarded, ok bool) {
		tl_group_call_slices_gen.go#L255: 	var zero GroupCallDiscarded
		tl_group_call_slices_gen.go#L264: func (s *GroupCallDiscardedArray) Pop() (v GroupCallDiscarded, ok bool) {
		tl_group_call_slices_gen.go#L279: 	return s.Sort(func(a, b GroupCallDiscarded) bool {
		tl_group_call_slices_gen.go#L286: 	return s.SortStable(func(a, b GroupCallDiscarded) bool {
		tl_group_call_slices_gen.go#L292: func (s GroupCallDiscardedArray) FillMap(to map[int64]GroupCallDiscarded) {
		tl_group_call_slices_gen.go#L299: func (s GroupCallDiscardedArray) ToMap() map[int64]GroupCallDiscarded {
		tl_group_call_slices_gen.go#L300: 	r := make(map[int64]GroupCallDiscarded, len(s))
		tl_registry_gen.go#L4588: 		GroupCallDiscardedTypeID:                                                func() bin.Object { return &GroupCallDiscarded{} },