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

35 uses

	github.com/gotd/td/tg (current package)
		tl_chat_participant_gen.go#L38: type ChatParticipant struct {
		tl_chat_participant_gen.go#L51: func (c ChatParticipant) construct() ChatParticipantClass { return &c }
		tl_chat_participant_gen.go#L55: 	_ bin.Encoder     = &ChatParticipant{}
		tl_chat_participant_gen.go#L56: 	_ bin.Decoder     = &ChatParticipant{}
		tl_chat_participant_gen.go#L57: 	_ bin.BareEncoder = &ChatParticipant{}
		tl_chat_participant_gen.go#L58: 	_ bin.BareDecoder = &ChatParticipant{}
		tl_chat_participant_gen.go#L60: 	_ ChatParticipantClass = &ChatParticipant{}
		tl_chat_participant_gen.go#L63: func (c *ChatParticipant) Zero() bool {
		tl_chat_participant_gen.go#L81: func (c *ChatParticipant) String() string {
		tl_chat_participant_gen.go#L85: 	type Alias ChatParticipant
		tl_chat_participant_gen.go#L90: func (c *ChatParticipant) FillFrom(from interface {
		tl_chat_participant_gen.go#L103: func (*ChatParticipant) TypeID() uint32 {
		tl_chat_participant_gen.go#L108: func (*ChatParticipant) TypeName() string {
		tl_chat_participant_gen.go#L113: func (c *ChatParticipant) TypeInfo() tdp.Type {
		tl_chat_participant_gen.go#L140: func (c *ChatParticipant) Encode(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L149: func (c *ChatParticipant) EncodeBare(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L160: func (c *ChatParticipant) Decode(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L171: func (c *ChatParticipant) DecodeBare(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L200: func (c *ChatParticipant) GetUserID() (value int64) {
		tl_chat_participant_gen.go#L208: func (c *ChatParticipant) GetInviterID() (value int64) {
		tl_chat_participant_gen.go#L216: func (c *ChatParticipant) GetDate() (value int) {
		tl_chat_participant_gen.go#L597: 		v := ChatParticipant{}
		tl_chat_participant_slices_gen.go#L122: 		value, ok := elem.(*ChatParticipant)
		tl_chat_participant_slices_gen.go#L159: type ChatParticipantArray []ChatParticipant
		tl_chat_participant_slices_gen.go#L162: func (s ChatParticipantArray) Sort(less func(a, b ChatParticipant) bool) ChatParticipantArray {
		tl_chat_participant_slices_gen.go#L170: func (s ChatParticipantArray) SortStable(less func(a, b ChatParticipant) bool) ChatParticipantArray {
		tl_chat_participant_slices_gen.go#L178: func (s ChatParticipantArray) Retain(keep func(x ChatParticipant) bool) ChatParticipantArray {
		tl_chat_participant_slices_gen.go#L192: func (s ChatParticipantArray) First() (v ChatParticipant, ok bool) {
		tl_chat_participant_slices_gen.go#L200: func (s ChatParticipantArray) Last() (v ChatParticipant, ok bool) {
		tl_chat_participant_slices_gen.go#L208: func (s *ChatParticipantArray) PopFirst() (v ChatParticipant, ok bool) {
		tl_chat_participant_slices_gen.go#L218: 	var zero ChatParticipant
		tl_chat_participant_slices_gen.go#L227: func (s *ChatParticipantArray) Pop() (v ChatParticipant, ok bool) {
		tl_chat_participant_slices_gen.go#L242: 	return s.Sort(func(a, b ChatParticipant) bool {
		tl_chat_participant_slices_gen.go#L249: 	return s.SortStable(func(a, b ChatParticipant) bool {
		tl_registry_gen.go#L3687: 		ChatParticipantTypeID:                                    func() bin.Object { return &ChatParticipant{} },