type github.com/gotd/td/tg.ChannelParticipantsBannedArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_participants_filter_slices_gen.go#L133: func (s ChannelParticipantsFilterClassArray) AsChannelParticipantsBanned() (to ChannelParticipantsBannedArray) {
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#L335: func (s *ChannelParticipantsBannedArray) Pop() (v ChannelParticipantsBanned, ok bool) {
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. |