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

28 uses

	github.com/gotd/td/tg (current package)
		tl_phone_get_group_participants_gen.go#L322: func (c *Client) PhoneGetGroupParticipants(ctx context.Context, request *PhoneGetGroupParticipantsRequest) (*PhoneGroupParticipants, error) {
		tl_phone_get_group_participants_gen.go#L323: 	var result PhoneGroupParticipants
		tl_phone_group_participants_gen.go#L38: type PhoneGroupParticipants struct {
		tl_phone_group_participants_gen.go#L62: 	_ bin.Encoder     = &PhoneGroupParticipants{}
		tl_phone_group_participants_gen.go#L63: 	_ bin.Decoder     = &PhoneGroupParticipants{}
		tl_phone_group_participants_gen.go#L64: 	_ bin.BareEncoder = &PhoneGroupParticipants{}
		tl_phone_group_participants_gen.go#L65: 	_ bin.BareDecoder = &PhoneGroupParticipants{}
		tl_phone_group_participants_gen.go#L68: func (g *PhoneGroupParticipants) Zero() bool {
		tl_phone_group_participants_gen.go#L95: func (g *PhoneGroupParticipants) String() string {
		tl_phone_group_participants_gen.go#L99: 	type Alias PhoneGroupParticipants
		tl_phone_group_participants_gen.go#L104: func (g *PhoneGroupParticipants) FillFrom(from interface {
		tl_phone_group_participants_gen.go#L123: func (*PhoneGroupParticipants) TypeID() uint32 {
		tl_phone_group_participants_gen.go#L128: func (*PhoneGroupParticipants) TypeName() string {
		tl_phone_group_participants_gen.go#L133: func (g *PhoneGroupParticipants) TypeInfo() tdp.Type {
		tl_phone_group_participants_gen.go#L172: func (g *PhoneGroupParticipants) Encode(b *bin.Buffer) error {
		tl_phone_group_participants_gen.go#L181: func (g *PhoneGroupParticipants) EncodeBare(b *bin.Buffer) error {
		tl_phone_group_participants_gen.go#L216: func (g *PhoneGroupParticipants) Decode(b *bin.Buffer) error {
		tl_phone_group_participants_gen.go#L227: func (g *PhoneGroupParticipants) DecodeBare(b *bin.Buffer) error {
		tl_phone_group_participants_gen.go#L307: func (g *PhoneGroupParticipants) GetCount() (value int) {
		tl_phone_group_participants_gen.go#L315: func (g *PhoneGroupParticipants) GetParticipants() (value []GroupCallParticipant) {
		tl_phone_group_participants_gen.go#L323: func (g *PhoneGroupParticipants) GetNextOffset() (value string) {
		tl_phone_group_participants_gen.go#L331: func (g *PhoneGroupParticipants) GetChats() (value []ChatClass) {
		tl_phone_group_participants_gen.go#L339: func (g *PhoneGroupParticipants) GetUsers() (value []UserClass) {
		tl_phone_group_participants_gen.go#L347: func (g *PhoneGroupParticipants) GetVersion() (value int) {
		tl_phone_group_participants_gen.go#L355: func (g *PhoneGroupParticipants) MapChats() (value ChatClassArray) {
		tl_phone_group_participants_gen.go#L360: func (g *PhoneGroupParticipants) MapUsers() (value UserClassArray) {
		tl_registry_gen.go#L4593: 		PhoneGroupParticipantsTypeID:                                            func() bin.Object { return &PhoneGroupParticipants{} },
		tl_server_gen.go#L8920: func (s *ServerDispatcher) OnPhoneGetGroupParticipants(f func(ctx context.Context, request *PhoneGetGroupParticipantsRequest) (*PhoneGroupParticipants, error)) {