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

23 uses

	github.com/gotd/td/tg (current package)
		tl_chat_full_gen.go#L64: 	Participants ChatParticipantsClass
		tl_chat_full_gen.go#L233: 	GetParticipants() (value ChatParticipantsClass)
		tl_chat_full_gen.go#L799: func (c *ChatFull) GetParticipants() (value ChatParticipantsClass) {
		tl_chat_participants_gen.go#L56: func (c ChatParticipantsForbidden) construct() ChatParticipantsClass { return &c }
		tl_chat_participants_gen.go#L65: 	_ ChatParticipantsClass = &ChatParticipantsForbidden{}
		tl_chat_participants_gen.go#L260: func (c ChatParticipants) construct() ChatParticipantsClass { return &c }
		tl_chat_participants_gen.go#L269: 	_ ChatParticipantsClass = &ChatParticipants{}
		tl_chat_participants_gen.go#L473: type ChatParticipantsClass interface {
		tl_chat_participants_gen.go#L478: 	construct() ChatParticipantsClass
		tl_chat_participants_gen.go#L509: func DecodeChatParticipants(buf *bin.Buffer) (ChatParticipantsClass, error) {
		tl_chat_participants_gen.go#L536: 	ChatParticipants ChatParticipantsClass
		tl_chat_participants_slices_gen.go#L38: type ChatParticipantsClassArray []ChatParticipantsClass
		tl_chat_participants_slices_gen.go#L41: func (s ChatParticipantsClassArray) Sort(less func(a, b ChatParticipantsClass) bool) ChatParticipantsClassArray {
		tl_chat_participants_slices_gen.go#L49: func (s ChatParticipantsClassArray) SortStable(less func(a, b ChatParticipantsClass) bool) ChatParticipantsClassArray {
		tl_chat_participants_slices_gen.go#L57: func (s ChatParticipantsClassArray) Retain(keep func(x ChatParticipantsClass) bool) ChatParticipantsClassArray {
		tl_chat_participants_slices_gen.go#L71: func (s ChatParticipantsClassArray) First() (v ChatParticipantsClass, ok bool) {
		tl_chat_participants_slices_gen.go#L79: func (s ChatParticipantsClassArray) Last() (v ChatParticipantsClass, ok bool) {
		tl_chat_participants_slices_gen.go#L87: func (s *ChatParticipantsClassArray) PopFirst() (v ChatParticipantsClass, ok bool) {
		tl_chat_participants_slices_gen.go#L97: 	var zero ChatParticipantsClass
		tl_chat_participants_slices_gen.go#L106: func (s *ChatParticipantsClassArray) Pop() (v ChatParticipantsClass, ok bool) {
		tl_update_gen.go#L977: 	Participants ChatParticipantsClass
		tl_update_gen.go#L1018: 	GetParticipants() (value ChatParticipantsClass)
		tl_update_gen.go#L1104: func (u *UpdateChatParticipants) GetParticipants() (value ChatParticipantsClass) {