type github.com/gotd/td/tg.ChannelParticipantSelf
38 uses
github.com/gotd/td/tg (current package)
tl_channel_participant_gen.go#L200: type ChannelParticipantSelf struct {
tl_channel_participant_gen.go#L220: func (c ChannelParticipantSelf) construct() ChannelParticipantClass { return &c }
tl_channel_participant_gen.go#L224: _ bin.Encoder = &ChannelParticipantSelf{}
tl_channel_participant_gen.go#L225: _ bin.Decoder = &ChannelParticipantSelf{}
tl_channel_participant_gen.go#L226: _ bin.BareEncoder = &ChannelParticipantSelf{}
tl_channel_participant_gen.go#L227: _ bin.BareDecoder = &ChannelParticipantSelf{}
tl_channel_participant_gen.go#L229: _ ChannelParticipantClass = &ChannelParticipantSelf{}
tl_channel_participant_gen.go#L232: func (c *ChannelParticipantSelf) Zero() bool {
tl_channel_participant_gen.go#L256: func (c *ChannelParticipantSelf) String() string {
tl_channel_participant_gen.go#L260: type Alias ChannelParticipantSelf
tl_channel_participant_gen.go#L265: func (c *ChannelParticipantSelf) FillFrom(from interface {
tl_channel_participant_gen.go#L280: func (*ChannelParticipantSelf) TypeID() uint32 {
tl_channel_participant_gen.go#L285: func (*ChannelParticipantSelf) TypeName() string {
tl_channel_participant_gen.go#L290: func (c *ChannelParticipantSelf) TypeInfo() tdp.Type {
tl_channel_participant_gen.go#L322: func (c *ChannelParticipantSelf) SetFlags() {
tl_channel_participant_gen.go#L329: func (c *ChannelParticipantSelf) Encode(b *bin.Buffer) error {
tl_channel_participant_gen.go#L338: func (c *ChannelParticipantSelf) EncodeBare(b *bin.Buffer) error {
tl_channel_participant_gen.go#L353: func (c *ChannelParticipantSelf) Decode(b *bin.Buffer) error {
tl_channel_participant_gen.go#L364: func (c *ChannelParticipantSelf) DecodeBare(b *bin.Buffer) error {
tl_channel_participant_gen.go#L399: func (c *ChannelParticipantSelf) SetViaRequest(value bool) {
tl_channel_participant_gen.go#L410: func (c *ChannelParticipantSelf) GetViaRequest() (value bool) {
tl_channel_participant_gen.go#L418: func (c *ChannelParticipantSelf) GetUserID() (value int64) {
tl_channel_participant_gen.go#L426: func (c *ChannelParticipantSelf) GetInviterID() (value int64) {
tl_channel_participant_gen.go#L434: func (c *ChannelParticipantSelf) GetDate() (value int) {
tl_channel_participant_gen.go#L1556: v := ChannelParticipantSelf{}
tl_channel_participant_slices_gen.go#L135: value, ok := elem.(*ChannelParticipantSelf)
tl_channel_participant_slices_gen.go#L294: type ChannelParticipantSelfArray []ChannelParticipantSelf
tl_channel_participant_slices_gen.go#L297: func (s ChannelParticipantSelfArray) Sort(less func(a, b ChannelParticipantSelf) bool) ChannelParticipantSelfArray {
tl_channel_participant_slices_gen.go#L305: func (s ChannelParticipantSelfArray) SortStable(less func(a, b ChannelParticipantSelf) bool) ChannelParticipantSelfArray {
tl_channel_participant_slices_gen.go#L313: func (s ChannelParticipantSelfArray) Retain(keep func(x ChannelParticipantSelf) bool) ChannelParticipantSelfArray {
tl_channel_participant_slices_gen.go#L327: func (s ChannelParticipantSelfArray) First() (v ChannelParticipantSelf, ok bool) {
tl_channel_participant_slices_gen.go#L335: func (s ChannelParticipantSelfArray) Last() (v ChannelParticipantSelf, ok bool) {
tl_channel_participant_slices_gen.go#L343: func (s *ChannelParticipantSelfArray) PopFirst() (v ChannelParticipantSelf, ok bool) {
tl_channel_participant_slices_gen.go#L353: var zero ChannelParticipantSelf
tl_channel_participant_slices_gen.go#L362: func (s *ChannelParticipantSelfArray) Pop() (v ChannelParticipantSelf, ok bool) {
tl_channel_participant_slices_gen.go#L377: return s.Sort(func(a, b ChannelParticipantSelf) bool {
tl_channel_participant_slices_gen.go#L384: return s.SortStable(func(a, b ChannelParticipantSelf) bool {
tl_registry_gen.go#L4159: ChannelParticipantSelfTypeID: func() bin.Object { return &ChannelParticipantSelf{} },
|
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. |