type github.com/gotd/td/tg.ChannelParticipantsContacts
31 uses
github.com/gotd/td/tg (current package)
tl_channel_participants_filter_gen.go#L749: type ChannelParticipantsContacts struct {
tl_channel_participants_filter_gen.go#L758: func (c ChannelParticipantsContacts) construct() ChannelParticipantsFilterClass { return &c }
tl_channel_participants_filter_gen.go#L762: _ bin.Encoder = &ChannelParticipantsContacts{}
tl_channel_participants_filter_gen.go#L763: _ bin.Decoder = &ChannelParticipantsContacts{}
tl_channel_participants_filter_gen.go#L764: _ bin.BareEncoder = &ChannelParticipantsContacts{}
tl_channel_participants_filter_gen.go#L765: _ bin.BareDecoder = &ChannelParticipantsContacts{}
tl_channel_participants_filter_gen.go#L767: _ ChannelParticipantsFilterClass = &ChannelParticipantsContacts{}
tl_channel_participants_filter_gen.go#L770: func (c *ChannelParticipantsContacts) Zero() bool {
tl_channel_participants_filter_gen.go#L782: func (c *ChannelParticipantsContacts) String() string {
tl_channel_participants_filter_gen.go#L786: type Alias ChannelParticipantsContacts
tl_channel_participants_filter_gen.go#L791: func (c *ChannelParticipantsContacts) FillFrom(from interface {
tl_channel_participants_filter_gen.go#L800: func (*ChannelParticipantsContacts) TypeID() uint32 {
tl_channel_participants_filter_gen.go#L805: func (*ChannelParticipantsContacts) TypeName() string {
tl_channel_participants_filter_gen.go#L810: func (c *ChannelParticipantsContacts) TypeInfo() tdp.Type {
tl_channel_participants_filter_gen.go#L829: func (c *ChannelParticipantsContacts) Encode(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L838: func (c *ChannelParticipantsContacts) EncodeBare(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L847: func (c *ChannelParticipantsContacts) Decode(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L858: func (c *ChannelParticipantsContacts) DecodeBare(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L873: func (c *ChannelParticipantsContacts) GetQ() (value string) {
tl_channel_participants_filter_gen.go#L1209: v := ChannelParticipantsContacts{}
tl_channel_participants_filter_slices_gen.go#L161: value, ok := elem.(*ChannelParticipantsContacts)
tl_channel_participants_filter_slices_gen.go#L431: type ChannelParticipantsContactsArray []ChannelParticipantsContacts
tl_channel_participants_filter_slices_gen.go#L434: func (s ChannelParticipantsContactsArray) Sort(less func(a, b ChannelParticipantsContacts) bool) ChannelParticipantsContactsArray {
tl_channel_participants_filter_slices_gen.go#L442: func (s ChannelParticipantsContactsArray) SortStable(less func(a, b ChannelParticipantsContacts) bool) ChannelParticipantsContactsArray {
tl_channel_participants_filter_slices_gen.go#L450: func (s ChannelParticipantsContactsArray) Retain(keep func(x ChannelParticipantsContacts) bool) ChannelParticipantsContactsArray {
tl_channel_participants_filter_slices_gen.go#L464: func (s ChannelParticipantsContactsArray) First() (v ChannelParticipantsContacts, ok bool) {
tl_channel_participants_filter_slices_gen.go#L472: func (s ChannelParticipantsContactsArray) Last() (v ChannelParticipantsContacts, ok bool) {
tl_channel_participants_filter_slices_gen.go#L480: func (s *ChannelParticipantsContactsArray) PopFirst() (v ChannelParticipantsContacts, ok bool) {
tl_channel_participants_filter_slices_gen.go#L490: var zero ChannelParticipantsContacts
tl_channel_participants_filter_slices_gen.go#L499: func (s *ChannelParticipantsContactsArray) Pop() (v ChannelParticipantsContacts, ok bool) {
tl_registry_gen.go#L4170: ChannelParticipantsContactsTypeID: func() bin.Object { return &ChannelParticipantsContacts{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |