type github.com/gotd/td/tg.ChannelParticipantsBanned
31 uses
github.com/gotd/td/tg (current package)
tl_channel_participants_filter_gen.go#L479: type ChannelParticipantsBanned struct {
tl_channel_participants_filter_gen.go#L488: func (c ChannelParticipantsBanned) construct() ChannelParticipantsFilterClass { return &c }
tl_channel_participants_filter_gen.go#L492: _ bin.Encoder = &ChannelParticipantsBanned{}
tl_channel_participants_filter_gen.go#L493: _ bin.Decoder = &ChannelParticipantsBanned{}
tl_channel_participants_filter_gen.go#L494: _ bin.BareEncoder = &ChannelParticipantsBanned{}
tl_channel_participants_filter_gen.go#L495: _ bin.BareDecoder = &ChannelParticipantsBanned{}
tl_channel_participants_filter_gen.go#L497: _ ChannelParticipantsFilterClass = &ChannelParticipantsBanned{}
tl_channel_participants_filter_gen.go#L500: func (c *ChannelParticipantsBanned) Zero() bool {
tl_channel_participants_filter_gen.go#L512: func (c *ChannelParticipantsBanned) String() string {
tl_channel_participants_filter_gen.go#L516: type Alias ChannelParticipantsBanned
tl_channel_participants_filter_gen.go#L521: func (c *ChannelParticipantsBanned) FillFrom(from interface {
tl_channel_participants_filter_gen.go#L530: func (*ChannelParticipantsBanned) TypeID() uint32 {
tl_channel_participants_filter_gen.go#L535: func (*ChannelParticipantsBanned) TypeName() string {
tl_channel_participants_filter_gen.go#L540: func (c *ChannelParticipantsBanned) TypeInfo() tdp.Type {
tl_channel_participants_filter_gen.go#L559: func (c *ChannelParticipantsBanned) Encode(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L568: func (c *ChannelParticipantsBanned) EncodeBare(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L577: func (c *ChannelParticipantsBanned) Decode(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L588: func (c *ChannelParticipantsBanned) DecodeBare(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L603: func (c *ChannelParticipantsBanned) GetQ() (value string) {
tl_channel_participants_filter_gen.go#L1195: v := ChannelParticipantsBanned{}
tl_channel_participants_filter_slices_gen.go#L135: value, ok := elem.(*ChannelParticipantsBanned)
tl_channel_participants_filter_slices_gen.go#L267: type ChannelParticipantsBannedArray []ChannelParticipantsBanned
tl_channel_participants_filter_slices_gen.go#L270: func (s ChannelParticipantsBannedArray) Sort(less func(a, b ChannelParticipantsBanned) bool) ChannelParticipantsBannedArray {
tl_channel_participants_filter_slices_gen.go#L278: func (s ChannelParticipantsBannedArray) SortStable(less func(a, b ChannelParticipantsBanned) bool) ChannelParticipantsBannedArray {
tl_channel_participants_filter_slices_gen.go#L286: func (s ChannelParticipantsBannedArray) Retain(keep func(x ChannelParticipantsBanned) bool) ChannelParticipantsBannedArray {
tl_channel_participants_filter_slices_gen.go#L300: func (s ChannelParticipantsBannedArray) First() (v ChannelParticipantsBanned, ok bool) {
tl_channel_participants_filter_slices_gen.go#L308: func (s ChannelParticipantsBannedArray) Last() (v ChannelParticipantsBanned, ok bool) {
tl_channel_participants_filter_slices_gen.go#L316: func (s *ChannelParticipantsBannedArray) PopFirst() (v ChannelParticipantsBanned, ok bool) {
tl_channel_participants_filter_slices_gen.go#L326: var zero ChannelParticipantsBanned
tl_channel_participants_filter_slices_gen.go#L335: func (s *ChannelParticipantsBannedArray) Pop() (v ChannelParticipantsBanned, ok bool) {
tl_registry_gen.go#L4168: ChannelParticipantsBannedTypeID: func() bin.Object { return &ChannelParticipantsBanned{} },
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. |